CVehicle fixes and cleanup

This commit is contained in:
aap
2021-08-04 13:54:26 +02:00
parent 4a047f56bc
commit bec1cbc1cb
3 changed files with 17 additions and 19 deletions

View File

@ -287,7 +287,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
bHeadStuckInCollision = false;
bDeadPedInFrontOfCar = false;
m_gangFlags = 0xFF;
m_gangFlags = ~0;
bStayInCarOnJack = false;