mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
CFont crash workaround
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user