mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 01:30:45 +00:00
Merge remote-tracking branch 'aap/lcs' into lcs
# Conflicts: # src/vehicles/Vehicle.cpp # src/vehicles/Vehicle.h
This commit is contained in:
@ -307,6 +307,10 @@ CPed::CPed(uint32 pedType) : m_pedIK(this)
|
||||
bDonePositionOutOfCollision = false;
|
||||
bCanAttackPlayerWithCops = false;
|
||||
|
||||
bDropsWeaponsOnDeath = false;
|
||||
b1A4_2 = true;
|
||||
bAttacksPlayerWithCops = false;
|
||||
|
||||
if (CGeneral::GetRandomNumber() & 3)
|
||||
bHasACamera = false;
|
||||
else
|
||||
|
@ -587,7 +587,7 @@ public:
|
||||
uint16 m_gangFlags; // <- this one is uint16
|
||||
|
||||
uint8 bDropsWeaponsOnDeath : 1;
|
||||
uint8 b1A4_2 : 1;
|
||||
uint8 b1A4_2 : 1; // something to do with car hostages
|
||||
uint8 bAttacksPlayerWithCops : 1;
|
||||
uint8 b1A4_8 : 1;
|
||||
uint8 b1A4_10 : 1;
|
||||
|
Reference in New Issue
Block a user