mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 23:19:43 +00:00
@ -2709,7 +2709,7 @@ CPed::QuitEnteringCar(void)
|
|||||||
if (veh->m_nNumGettingIn != 0)
|
if (veh->m_nNumGettingIn != 0)
|
||||||
veh->m_nNumGettingIn--;
|
veh->m_nNumGettingIn--;
|
||||||
|
|
||||||
veh->m_nGettingInFlags = ~GetVehDoorFlag(m_vehEnterType);
|
veh->m_nGettingInFlags &= ~GetVehDoorFlag(m_vehEnterType);
|
||||||
}
|
}
|
||||||
|
|
||||||
bUsesCollision = true;
|
bUsesCollision = true;
|
||||||
|
Reference in New Issue
Block a user