mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 09:10:34 +00:00
CFont crash workaround
This commit is contained in:
parent
4e4a3489ef
commit
fc0498b3a8
3 changed files with 24 additions and 9 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue