diff options
Diffstat (limited to '')
-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 03dcebff..3ee38df3 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -491,7 +491,7 @@ public: uint32 bCollectBusFare : 1; uint32 bBoughtIceCream : 1; uint32 bDonePositionOutOfCollision : 1; - uint32 b158_80 : 1; + uint32 bCanAttackPlayerWithCops : 1; // our own flags uint32 m_ped_flagI80 : 1; // KANGAROO_CHEAT define makes use of this as cheat toggle |