diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-12 11:10:25 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-04-12 11:10:25 +0200 |
commit | 1732f9b5c66ed661e4874de7c32212274b0b1ec0 (patch) | |
tree | fdb3ca148d97387712ae10e9c113d630047b0498 /src/core/Pad.cpp | |
parent | sync with master (diff) | |
download | re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar.gz re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar.bz2 re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar.lz re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar.xz re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.tar.zst re3-1732f9b5c66ed661e4874de7c32212274b0b1ec0.zip |
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r-- | src/core/Pad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp index 973b4ef6..f83998b8 100644 --- a/src/core/Pad.cpp +++ b/src/core/Pad.cpp @@ -94,7 +94,7 @@ void TankCheat() if (node < 0) return; -#ifndef FIX_BUGS // TEMP!!! +#ifdef FIX_BUGS CAutomobile* tank = new CAutomobile(MI_RHINO, RANDOM_VEHICLE); #else CAutomobile *tank = new CAutomobile(MI_RHINO, MISSION_VEHICLE); |