diff options
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 8aead855..673c70b0 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -473,8 +473,8 @@ public: uint32 bIgnoreThreatsBehindObjects : 1; uint32 bNeverEverTargetThisPed : 1; - //uint32 b158_2 - uint32 b158_4 : 1; + uint32 bCrouchWhenScared : 1; + uint32 bKnockedOffBike : 1; //uint32 b158_8 //uint32 b158_10 uint32 bBoughtIceCream : 1; |