mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
fixed bullion run
This commit is contained in:
parent
c8f7732832
commit
e4f1ab20f1
@ -4717,8 +4717,8 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
|
|||||||
|
|
||||||
CPowerPoints::GenerateNewOne(f1, f2, f3, f4, f5, f6, *(uint8*)&ScriptParams[6]);
|
CPowerPoints::GenerateNewOne(f1, f2, f3, f4, f5, f6, *(uint8*)&ScriptParams[6]);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif // GTA_PS2
|
#endif // GTA_PS2
|
||||||
case COMMAND_SET_ALL_TAXI_LIGHTS:
|
case COMMAND_SET_ALL_TAXI_LIGHTS:
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
@ -5654,6 +5654,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
|
|||||||
}
|
}
|
||||||
case COMMAND_GET_NUMBER_OF_POWER_PILLS_CARRIED:
|
case COMMAND_GET_NUMBER_OF_POWER_PILLS_CARRIED:
|
||||||
ScriptParams[0] = CPacManPickups::QueryPowerPillsCarriedByPlayer();
|
ScriptParams[0] = CPacManPickups::QueryPowerPillsCarriedByPlayer();
|
||||||
|
StoreParameters(&m_nIp, 1);
|
||||||
return 0;
|
return 0;
|
||||||
case COMMAND_CLEAR_NUMBER_OF_POWER_PILLS_CARRIED:
|
case COMMAND_CLEAR_NUMBER_OF_POWER_PILLS_CARRIED:
|
||||||
CPacManPickups::ResetPowerPillsCarriedByPlayer();
|
CPacManPickups::ResetPowerPillsCarriedByPlayer();
|
||||||
|
Loading…
Reference in New Issue
Block a user