]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
added support for Prophecy game and new cvar for chase cam
[xonotic/darkplaces.git] / common.c
index f5d4ba208b67c0aa862a7ba27b511bec43cc9959..c211044b8a09c6f4504bc2fbf333121770a7e661 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1489,6 +1489,9 @@ static const gamemode_info_t gamemode_info [GAME_COUNT] =
 // GAME_BLADEMASTER
 // COMMANDLINEOPTION: Game: -blademaster runs the game Prophecy: Return of the BladeMaster
 { "blademaster", "-blademaster", "Prophecy: Return of the BladeMaster", "basebm", NULL, "blademaster", "blademaster" },
+// GAME_PROPHECY
+// COMMANDLINEOPTION: Game: -prophecy runs the game Quake (default)
+{ "prophecy",                          "-prophecy",            "Prophecy",             "data",         NULL,                   "prophecy",                     "prophecy" },
 };
 
 void COM_InitGameType (void)