fix door issue

This commit is contained in:
Nikolay Korolev 2019-07-20 23:12:12 +03:00
parent 405c5c5cd2
commit b0f3ecdb63
1 changed files with 1 additions and 1 deletions

View File

@ -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;