mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 03:25:55 +00:00
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami
This commit is contained in:
commit
6b78bab99a
|
@ -3108,7 +3108,7 @@ int8 CRunningScript::ProcessCommands0To99(int32 command)
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
script_assert(ScriptParams[0] >= 0);
|
script_assert(ScriptParams[0] >= 0);
|
||||||
CRunningScript* pNew = CTheScripts::StartNewScript(ScriptParams[0]);
|
CRunningScript* pNew = CTheScripts::StartNewScript(ScriptParams[0]);
|
||||||
m_bIsActive = true;
|
pNew->m_bIsActive = true;
|
||||||
int8 type = CTheScripts::Read1ByteFromScript(&m_nIp);
|
int8 type = CTheScripts::Read1ByteFromScript(&m_nIp);
|
||||||
float tmp;
|
float tmp;
|
||||||
for (int i = 0; type != ARGUMENT_END; type = CTheScripts::Read1ByteFromScript(&m_nIp), i++) {
|
for (int i = 0; type != ARGUMENT_END; type = CTheScripts::Read1ByteFromScript(&m_nIp), i++) {
|
||||||
|
|
Loading…
Reference in a new issue