mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 14:34:07 +00:00
the driver fix
This commit is contained in:
parent
63a27fbc5f
commit
370d693f9d
2 changed files with 3 additions and 3 deletions
|
@ -19094,7 +19094,7 @@ CPed::WarpPedIntoCar(CVehicle *car)
|
|||
m_pMyVehicle->RegisterReference((CEntity **) &m_pMyVehicle);
|
||||
m_carInObjective = car;
|
||||
m_carInObjective->RegisterReference((CEntity **) &m_carInObjective);
|
||||
SetPedState(m_nPedState);
|
||||
SetPedState(PED_DRIVING);
|
||||
bUsesCollision = false;
|
||||
bIsInTheAir = false;
|
||||
bVehExitWillBeInstant = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue