From 063a80ecfb3ccede8b2e5efc135abd2c48f285d2 Mon Sep 17 00:00:00 2001 From: Roman Masanin <36927roma@gmail.com> Date: Sat, 3 Oct 2020 02:26:49 +0300 Subject: now BETTER_ALLCARSDODO_CHEAT tweak original cheat to be useful. --- src/vehicles/Automobile.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vehicles/Automobile.cpp') diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 08fe7718..2d6fc740 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -1376,9 +1376,6 @@ CAutomobile::ProcessControl(void) bool playRotorSound = false; bool isPlane = GetModelIndex() == MI_DODO || bAllDodosCheat; -#ifdef BETTER_ALLCARSAREDODO_CHEAT - isPlane = isPlane || bAltDodoCheat; -#endif #ifdef FIX_BUGS isPlane = isPlane && !IsRealHeli(); #endif -- cgit v1.2.3