rename m_vehEnterType -> m_vehDoor

This commit is contained in:
aap
2021-01-13 13:01:20 +01:00
parent 4741afd2cf
commit e3a261d29c
10 changed files with 194 additions and 194 deletions

View File

@ -5823,7 +5823,7 @@ CAutomobile::KnockPedOutCar(eWeaponType weapon, uint16 door, CPed *ped)
if(ped == nil)
return;
ped->m_vehEnterType = door;
ped->m_vehDoor = door;
ped->SetPedState(PED_IDLE);
CAnimManager::BlendAnimation(ped->GetClump(), ped->m_animGroup, ANIM_IDLE_STANCE, 100.0f);
CPed::PedSetOutCarCB(nil, ped);