mirror of
https://github.com/halpz/re3.git
synced 2025-07-11 23:58:04 +00:00
Ped, Weapon and fixes
This commit is contained in:
@ -10876,7 +10876,6 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
|
||||
}
|
||||
case COMMAND_POP_CAR_BOOT:
|
||||
{
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CAutomobile* pCar = (CAutomobile*)CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||
assert(pCar&& pCar->IsCar());
|
||||
|
Reference in New Issue
Block a user