Fixed a bunch of calculation mistakes in CHud

This commit is contained in:
Sergeanur
2019-10-05 22:26:29 +03:00
parent c7d3b302f5
commit dd99edd339
3 changed files with 158 additions and 132 deletions

View File

@ -61,7 +61,7 @@ public:
static wchar *m_PagerMessage;
static bool &m_Wants_To_Draw_Hud;
static bool &m_Wants_To_Draw_3dMarkers;
static wchar(*m_BigMessage)[128];
static wchar(&m_BigMessage)[6][128];
static int16 &m_ItemToFlash;
// These aren't really in CHud