summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-04-13 11:51:16 +0200
committerGitHub <noreply@github.com>2020-04-13 11:51:16 +0200
commitc35efa23d7da71cdba8e918687f08487df7629db (patch)
tree435ed474802361aca3ac7969bfc5477a729a14c3 /src/core/re3.cpp
parentMerge pull request #409 from erorcun/erorcun (diff)
parentfinished CBoat (diff)
downloadre3-c35efa23d7da71cdba8e918687f08487df7629db.tar
re3-c35efa23d7da71cdba8e918687f08487df7629db.tar.gz
re3-c35efa23d7da71cdba8e918687f08487df7629db.tar.bz2
re3-c35efa23d7da71cdba8e918687f08487df7629db.tar.lz
re3-c35efa23d7da71cdba8e918687f08487df7629db.tar.xz
re3-c35efa23d7da71cdba8e918687f08487df7629db.tar.zst
re3-c35efa23d7da71cdba8e918687f08487df7629db.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 00674b19..51213048 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -342,6 +342,7 @@ DebugMenuPopulate(void)
DebugMenuAddCmd("Spawn", "Spawn Dodo", [](){ SpawnCar(MI_DODO); });
DebugMenuAddCmd("Spawn", "Spawn Rhino", [](){ SpawnCar(MI_RHINO); });
DebugMenuAddCmd("Spawn", "Spawn Firetruck", [](){ SpawnCar(MI_FIRETRUCK); });
+ DebugMenuAddCmd("Spawn", "Spawn Predator", [](){ SpawnCar(MI_PREDATOR); });
DebugMenuAddVarBool8("Debug", "Draw hud", (int8*)&CHud::m_Wants_To_Draw_Hud, nil);
DebugMenuAddVar("Debug", "Engine Status", &engineStatus, nil, 1, 0, 226, nil);