mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 23:29:44 +00:00
@ -1909,6 +1909,7 @@ int8 CRunningScript::ProcessCommandsFrom100To199(int32 command)
|
|||||||
CTheScripts::ClearSpaceForMissionEntity(pos, car);
|
CTheScripts::ClearSpaceForMissionEntity(pos, car);
|
||||||
car->m_status = STATUS_ABANDONED;
|
car->m_status = STATUS_ABANDONED;
|
||||||
car->bIsLocked = true;
|
car->bIsLocked = true;
|
||||||
|
CCarCtrl::JoinCarWithRoadSystem(car);
|
||||||
car->AutoPilot.m_nCarMission = MISSION_NONE;
|
car->AutoPilot.m_nCarMission = MISSION_NONE;
|
||||||
car->AutoPilot.m_nAnimationId = TEMPACT_NONE; /* Animation ID? */
|
car->AutoPilot.m_nAnimationId = TEMPACT_NONE; /* Animation ID? */
|
||||||
car->AutoPilot.m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
|
car->AutoPilot.m_nDrivingStyle = DRIVINGSTYLE_STOP_FOR_CARS;
|
||||||
|
Reference in New Issue
Block a user