mirror of
https://github.com/halpz/re3.git
synced 2025-05-09 06:57:45 +03:00
minor refactoring
This commit is contained in:
parent
02a28996f4
commit
416a898943
8 changed files with 143 additions and 135 deletions
|
@ -342,7 +342,7 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
|
|||
CollectParameters(&m_nIp, 1);
|
||||
CGarages::SetFreeBombs(ScriptParams[0] != 0);
|
||||
return 0;
|
||||
#ifdef GTA_PS2
|
||||
#if GTA_VERSION <= GTA3_PS2_160
|
||||
case COMMAND_SET_POWERPOINT:
|
||||
{
|
||||
CollectParameters(&m_nIp, 7);
|
||||
|
@ -376,7 +376,7 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
|
|||
|
||||
return 0;
|
||||
}
|
||||
#endif // GTA_PS2
|
||||
#endif // GTA_VERSION <= GTA3_PS2_160
|
||||
case COMMAND_SET_ALL_TAXI_LIGHTS:
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CAutomobile::SetAllTaxiLights(ScriptParams[0] != 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue