mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 12:34:09 +00:00
Messages, fix Font
This commit is contained in:
parent
a1112183de
commit
0750f04019
3 changed files with 33 additions and 19 deletions
|
@ -4126,6 +4126,7 @@ int8 CRunningScript::ProcessCommands100To199(int32 command)
|
|||
CMessages::AddMessageJumpQ(key, ScriptParams[0], ScriptParams[1]);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
case COMMAND_PRINT_SOON:
|
||||
{
|
||||
wchar* key = CTheScripts::GetTextByKeyFromScript(&m_nIp);
|
||||
|
@ -4133,6 +4134,7 @@ int8 CRunningScript::ProcessCommands100To199(int32 command)
|
|||
CMessages::AddMessageSoon(key, ScriptParams[0], ScriptParams[1]);
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
case COMMAND_CLEAR_PRINTS:
|
||||
CMessages::ClearMessages();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue