mirror of
https://github.com/halpz/re3.git
synced 2025-01-10 20:45:30 +00:00
script fix
This commit is contained in:
parent
c0c8278c63
commit
b7c1784dd2
|
@ -8222,7 +8222,7 @@ int8 CRunningScript::ProcessCommands900To999(int32 command)
|
|||
car->SetHeading(DEGTORAD(*(float*)&ScriptParams[3]));
|
||||
CTheScripts::ClearSpaceForMissionEntity(pos, car);
|
||||
car->SetStatus(STATUS_ABANDONED);
|
||||
car->bIsLocked = true;
|
||||
car->bIsLocked = false;
|
||||
car->bIsCarParkVehicle = true;
|
||||
CCarCtrl::JoinCarWithRoadSystem(car);
|
||||
car->AutoPilot.m_nCarMission = MISSION_NONE;
|
||||
|
|
Loading…
Reference in a new issue