commit
4c6d247b2a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user