mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 19:45:40 +00:00
script fix
This commit is contained in:
parent
746f2aa479
commit
c47292b518
1 changed files with 1 additions and 0 deletions
|
@ -759,6 +759,7 @@ int8 CRunningScript::ProcessCommands0To99(int32 command)
|
||||||
case COMMAND_WAIT:
|
case COMMAND_WAIT:
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
m_nWakeTime = CTimer::GetTimeInMilliseconds() + ScriptParams[0];
|
m_nWakeTime = CTimer::GetTimeInMilliseconds() + ScriptParams[0];
|
||||||
|
m_bSkipWakeTime = false;
|
||||||
return 1;
|
return 1;
|
||||||
case COMMAND_GOTO:
|
case COMMAND_GOTO:
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
|
|
Loading…
Reference in a new issue