mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 01:40:48 +00:00
CVehicle fixes and cleanup
This commit is contained in:
@ -287,7 +287,7 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
|
||||
bHeadStuckInCollision = false;
|
||||
bDeadPedInFrontOfCar = false;
|
||||
|
||||
m_gangFlags = 0xFF;
|
||||
m_gangFlags = ~0;
|
||||
|
||||
bStayInCarOnJack = false;
|
||||
|
||||
|
Reference in New Issue
Block a user