mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 15:44:08 +00:00
rename m_vehEnterType -> m_vehDoor
This commit is contained in:
parent
4741afd2cf
commit
e3a261d29c
10 changed files with 194 additions and 194 deletions
|
@ -2609,7 +2609,7 @@ CBike::KnockOffRider(eWeaponType weapon, uint8 direction, CPed *ped, bool bGetBa
|
|||
|
||||
ped->SetPedState(PED_IDLE);
|
||||
CAnimManager::BlendAnimation(ped->GetClump(), ped->m_animGroup, ANIM_IDLE_STANCE, 100.0f);
|
||||
ped->m_vehEnterType = CAR_DOOR_LF;
|
||||
ped->m_vehDoor = CAR_DOOR_LF;
|
||||
CPed::PedSetOutCarCB(nil, ped);
|
||||
ped->SetMoveState(PEDMOVE_STILL);
|
||||
if(GetUp().z < 0.0f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue