mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
script fix
This commit is contained in:
parent
c993e99e00
commit
e18eb0ce01
@ -4333,7 +4333,7 @@ int8 CRunningScript::ProcessCommands400To499(int32 command)
|
|||||||
}
|
}
|
||||||
case COMMAND_SET_CAR_HEAVY:
|
case COMMAND_SET_CAR_HEAVY:
|
||||||
{
|
{
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 2);
|
||||||
CVehicle* pVehicle = CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
CVehicle* pVehicle = CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||||
assert(pVehicle);
|
assert(pVehicle);
|
||||||
pVehicle->bIsHeavy = (ScriptParams[1] != 0);
|
pVehicle->bIsHeavy = (ScriptParams[1] != 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user