mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 20:15:40 +00:00
fixed bullion run
This commit is contained in:
parent
c8f7732832
commit
e4f1ab20f1
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue