summaryrefslogtreecommitdiffstats
path: root/src/core/Pad.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-11 20:01:39 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-11 20:01:39 +0200
commit38dee74a5aa6131d29147b121e78340de47f43a2 (patch)
tree0e6391c6061eb4d3fbbc02f0c3defd8c7c1b93c9 /src/core/Pad.cpp
parentfixed malloc/new (diff)
downloadre3-38dee74a5aa6131d29147b121e78340de47f43a2.tar
re3-38dee74a5aa6131d29147b121e78340de47f43a2.tar.gz
re3-38dee74a5aa6131d29147b121e78340de47f43a2.tar.bz2
re3-38dee74a5aa6131d29147b121e78340de47f43a2.tar.lz
re3-38dee74a5aa6131d29147b121e78340de47f43a2.tar.xz
re3-38dee74a5aa6131d29147b121e78340de47f43a2.tar.zst
re3-38dee74a5aa6131d29147b121e78340de47f43a2.zip
Diffstat (limited to '')
-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);