mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:18:59 +00:00
script fix
This commit is contained in:
parent
c993e99e00
commit
e18eb0ce01
1 changed files with 1 additions and 1 deletions
|
@ -4333,7 +4333,7 @@ int8 CRunningScript::ProcessCommands400To499(int32 command)
|
|||
}
|
||||
case COMMAND_SET_CAR_HEAVY:
|
||||
{
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CollectParameters(&m_nIp, 2);
|
||||
CVehicle* pVehicle = CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||
assert(pVehicle);
|
||||
pVehicle->bIsHeavy = (ScriptParams[1] != 0);
|
||||
|
|
Loading…
Reference in a new issue