mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 20:30:02 +00:00
fix door issue
This commit is contained in:
parent
405c5c5cd2
commit
b0f3ecdb63
|
@ -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 a new issue