Fix a bug which crashes autoupgrade in textmode

This commit is contained in:
bencat07 2019-05-21 15:19:22 +02:00
parent 1c5d10ad80
commit c374b29cda

View File

@ -181,6 +181,7 @@ void CreateInterfaces()
"43 04 85 C0 74 10") +
9);
}
#endif
logging::Info("Finding HUD");
IF_GAME(IsCSS())
{
@ -197,5 +198,4 @@ void CreateInterfaces()
g_CHUD = *reinterpret_cast<CHud **>(hud_sig);
logging::Info("HUD 0x%08x 0x%08x", hud_sig, g_CHUD);
}
#endif
}