mirror of https://github.com/Nofated095/re-GTA.git
fix
This commit is contained in:
parent
d94e8e8faf
commit
a6409fb445
|
@ -2152,7 +2152,7 @@ CPed::ReactToAttack(CEntity *attacker)
|
|||
|
||||
CCarCtrl::SwitchVehicleToRealPhysics(m_pMyVehicle);
|
||||
m_pMyVehicle->AutoPilot.m_nDrivingStyle = DRIVINGSTYLE_AVOID_CARS;
|
||||
m_pMyVehicle->AutoPilot.m_nCruiseSpeed = GAME_SPEED_TO_CARAI_SPEED * m_pMyVehicle->pHandling->Transmission.fUnkMaxVelocity;
|
||||
m_pMyVehicle->AutoPilot.m_nCruiseSpeed = GAME_SPEED_TO_CARAI_SPEED * m_pMyVehicle->pHandling->Transmission.fMaxCruiseVelocity;
|
||||
m_pMyVehicle->SetStatus(STATUS_PHYSICS);
|
||||
}
|
||||
} else
|
||||
|
|
Loading…
Reference in New Issue