CFont crash workaround

This commit is contained in:
eray orçunus
2020-06-06 19:25:37 +03:00
parent 4e4a3489ef
commit fc0498b3a8
3 changed files with 24 additions and 9 deletions

View File

@ -6955,7 +6955,6 @@ CPed::ExitCar(void)
// TODO(Miami): What are those?
if (m_vehEnterType == 18 || m_vehEnterType == 8) {
((CBike*)m_pMyVehicle)->KnockOffRider(WEAPONTYPE_UNARMED, 0, this, false);
return;
}
} else if (m_pMyVehicle->IsCar()) {
if (RpAnimBlendClumpGetAssociation(GetClump(), ANIM_CAR_ROLLOUT_LHS)) {