new opcodes, buyable properties, minor fixes

This commit is contained in:
eray orçunus
2020-07-30 15:11:06 +03:00
parent 4a55f19761
commit eafa9cc107
12 changed files with 275 additions and 53 deletions

View File

@@ -1708,6 +1708,12 @@ void CHud::SetHelpMessage(wchar *message, bool quick)
}
}
bool CHud::IsHelpMessageBeingDisplayed(void)
{
return m_HelpMessageState != 0;
}
void CHud::SetMessage(wchar *message)
{
int i = 0;