mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 21:14:08 +00:00
new opcodes, buyable properties, minor fixes
This commit is contained in:
parent
4a55f19761
commit
eafa9cc107
12 changed files with 275 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue