summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------librw0
-rw-r--r--src/core/config.h2
-rw-r--r--src/core/re3.cpp1
3 files changed, 2 insertions, 1 deletions
diff --git a/librw b/librw
-Subproject 84c582c1d7a64a213523b8e4c8211f8b7a4fdcd
+Subproject 6ff378bb16007ad003b1a71996944a20f2e7655
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); });