summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-28 10:37:13 +0200
committeraap <aap@papnet.eu>2020-05-31 17:05:59 +0200
commit218772c296418abf3de4b0116977b2da1e78a66b (patch)
tree7a5ed5874fac31ea2aa4aafbaca24eb1d8911913 /src/core
parentsome CAutomobile (diff)
downloadre3-218772c296418abf3de4b0116977b2da1e78a66b.tar
re3-218772c296418abf3de4b0116977b2da1e78a66b.tar.gz
re3-218772c296418abf3de4b0116977b2da1e78a66b.tar.bz2
re3-218772c296418abf3de4b0116977b2da1e78a66b.tar.lz
re3-218772c296418abf3de4b0116977b2da1e78a66b.tar.xz
re3-218772c296418abf3de4b0116977b2da1e78a66b.tar.zst
re3-218772c296418abf3de4b0116977b2da1e78a66b.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h2
-rw-r--r--src/core/re3.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index d7e83ddc..faf2815c 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -205,7 +205,7 @@ enum Config {
#define RELOADABLES // some debug menu options to reload TXD files
#endif
-#define PC_WATER
+//#define PC_WATER
#define WATER_CHEATS
// Particle
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 54077e6f..61de2e08 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -337,6 +337,7 @@ DebugMenuPopulate(void)
DebugMenuAddCmd("Spawn", "Spawn Cheetah", [](){ SpawnCar(MI_CHEETAH); });
DebugMenuAddCmd("Spawn", "Spawn Esperanto", [](){ SpawnCar(MI_ESPERANT); });
DebugMenuAddCmd("Spawn", "Spawn Stallion", [](){ SpawnCar(MI_STALLION); });
+ DebugMenuAddCmd("Spawn", "Spawn Admiral", [](){ SpawnCar(MI_ADMIRAL); });
DebugMenuAddCmd("Spawn", "Spawn Washington", [](){ SpawnCar(MI_WASHING); });
DebugMenuAddCmd("Spawn", "Spawn Taxi", [](){ SpawnCar(MI_TAXI); });
DebugMenuAddCmd("Spawn", "Spawn Police", [](){ SpawnCar(MI_POLICE); });