From fc0498b3a8029a6bb85cd00df4775cbe679338e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Sat, 6 Jun 2020 19:25:37 +0300 Subject: CFont crash workaround --- src/peds/Ped.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/peds') diff --git a/src/peds/Ped.cpp b/src/peds/Ped.cpp index cab14aff..2ad1fffa 100644 --- a/src/peds/Ped.cpp +++ b/src/peds/Ped.cpp @@ -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)) { -- cgit v1.2.3