mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
commit
4c6d247b2a
@ -2709,7 +2709,7 @@ CPed::QuitEnteringCar(void)
|
||||
if (veh->m_nNumGettingIn != 0)
|
||||
veh->m_nNumGettingIn--;
|
||||
|
||||
veh->m_nGettingInFlags = ~GetVehDoorFlag(m_vehEnterType);
|
||||
veh->m_nGettingInFlags &= ~GetVehDoorFlag(m_vehEnterType);
|
||||
}
|
||||
|
||||
bUsesCollision = true;
|
||||
|
Loading…
Reference in New Issue
Block a user