summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r--src/core/Pad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index f83998b8..973b4ef6 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -94,7 +94,7 @@ void TankCheat()
if (node < 0) return;
-#ifdef FIX_BUGS
+#ifndef FIX_BUGS // TEMP!!!
CAutomobile* tank = new CAutomobile(MI_RHINO, RANDOM_VEHICLE);
#else
CAutomobile *tank = new CAutomobile(MI_RHINO, MISSION_VEHICLE);