diff options
author | erorcun <erayorcunus@gmail.com> | 2020-10-08 00:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 00:29:35 +0200 |
commit | fa373c7fdb362ffe1749cbc3de5376a97beb2f87 (patch) | |
tree | 0ed0c91aed4a945acf66a61dc349f2140b49e616 /src/vehicles/Vehicle.h | |
parent | Pad, BulletInfo, ProjectileInfo, fixes (diff) | |
parent | Merge pull request #735 from theR4K/miami (diff) | |
download | re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar.gz re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar.bz2 re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar.lz re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar.xz re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.tar.zst re3-fa373c7fdb362ffe1749cbc3de5376a97beb2f87.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index b40882d6..705fca3a 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -402,9 +402,6 @@ public: static bool bCheat8; static bool bCheat9; static bool bCheat10; -#ifdef ALT_DODO_CHEAT - static bool bAltDodoCheat; -#endif static bool bHoverCheat; static bool bAllTaxisHaveNitro; static bool m_bDisableMouseSteering; |