mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-01 02:41:54 +02:00
fix door issue
This commit is contained in:
@@ -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