diff options
author | erorcun <erayorcunus@gmail.com> | 2020-06-16 22:08:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 22:08:16 +0200 |
commit | ee456481cb2c9579e0015b85710b08a840144b2c (patch) | |
tree | 30a5d3a4181030ca731ae38f20df077a22b91e67 /src/peds/Ped.h | |
parent | fix crash-VC pickup scaling (diff) | |
parent | Merge branch 'miami' into miami (diff) | |
download | re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar.gz re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar.bz2 re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar.lz re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar.xz re3-ee456481cb2c9579e0015b85710b08a840144b2c.tar.zst re3-ee456481cb2c9579e0015b85710b08a840144b2c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 69d1ba5a..a268d912 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -1076,6 +1076,7 @@ public: static uint16 nEnterCarRangeMultiplier; static bool bNastyLimbsCheat; + static bool bFannyMagnetCheat; static bool bPedCheat2; static bool bPedCheat3; static CVector2D ms_vec2DFleePosition; |