From 218772c296418abf3de4b0116977b2da1e78a66b Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 28 May 2020 10:37:13 +0200 Subject: gahhh --- src/core/config.h | 2 +- src/core/re3.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core') 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); }); -- cgit v1.2.3