summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-26 01:34:32 +0200
committerGitHub <noreply@github.com>2019-07-26 01:34:32 +0200
commit8804aafc6a9f7cd69f51e248546d2f889e65c242 (patch)
treef86d3d0e5b4ec32026775eb9ede17e894d6ca40e /src/core/re3.cpp
parentRunning script part 3 (diff)
parentMerge pull request #162 from erorcun/erorcun (diff)
downloadre3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.gz
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.bz2
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.lz
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.xz
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.zst
re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index a0032bc6..6566a282 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -296,6 +296,8 @@ DebugMenuPopulate(void)
DebugMenuAddCmd("Spawn", "Spawn Banshee", [](){ SpawnCar(MI_BANSHEE); });
DebugMenuAddCmd("Spawn", "Spawn Yakuza", [](){ SpawnCar(MI_YAKUZA); });
DebugMenuAddCmd("Spawn", "Spawn Dodo", [](){ SpawnCar(MI_DODO); });
+ DebugMenuAddCmd("Spawn", "Spawn Rhino", [](){ SpawnCar(MI_RHINO); });
+ DebugMenuAddCmd("Spawn", "Spawn Firetruck", [](){ SpawnCar(MI_FIRETRUCK); });
DebugMenuAddCmd("Debug", "Fix Car", FixCar);