mirror of
https://github.com/halpz/re3.git
synced 2025-05-06 22:03:39 +03:00
Some fixes and some cosmetic things
This commit is contained in:
parent
c794b59a7c
commit
03b995c6ef
8 changed files with 13 additions and 19 deletions
|
@ -6176,7 +6176,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
|
|||
}
|
||||
case COMMAND_CHANGE_GARAGE_TYPE:
|
||||
CollectParameters(&m_nIp, 2);
|
||||
CGarages::ChangeGarageType(ScriptParams[0], (eGarageType)ScriptParams[1]);
|
||||
CGarages::ChangeGarageType(ScriptParams[0], (eGarageType)ScriptParams[1], 0);
|
||||
return 0;
|
||||
case COMMAND_ACTIVATE_CRUSHER_CRANE:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue