diff options
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index bed1e2e1..63feeef5 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -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; |