]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
added GAME_DARSANA and GAME_CONTAGIONTHEORY
[xonotic/darkplaces.git] / common.c
index 21c0eb6df47436251b95bc8ed284943462293cb4..ed92588fbbb70970754d0256ae6582d9f41dcba3 100644 (file)
--- a/common.c
+++ b/common.c
@@ -970,6 +970,12 @@ static const gamemode_info_t gamemode_info [] =
 // GAME_DEFEATINDETAIL2
 // COMMANDLINEOPTION: Game: -did2 runs the game Defeat In Detail 2
 { "did2",                      "-did2",                "Defeat In Detail 2",   "data",         NULL,                   "did2_",                "did2" },
+// GAME_DARSANA
+// COMMANDLINEOPTION: Game: -darsana runs the game Darsana
+{ "darsana",           "-darsana",     "Darsana",                      "ddata",        NULL,                   "darsana",                      "darsana" },
+// GAME_CONTAGIONTHEORY
+// COMMANDLINEOPTION: Game: -contagiontheory runs the game Contagion Theory
+{ "contagiontheory",           "-contagiontheory",     "Contagion Theory",                     "ctdata",       NULL,                   "ct",                   "contagiontheory" },
 };
 
 void COM_InitGameType (void)