]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Added GAME_PRYDON.
authortomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Aug 2004 18:09:03 +0000 (18:09 +0000)
committertomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Aug 2004 18:09:03 +0000 (18:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4368 d7cf8633-e32d-0410-b094-e92efae38249

common.c
common.h
darkplaces.txt

index e167f66d1add361649079204c19c608aa4f2b223..0d5c2a9f348b2404ee1fdd1adcc50d753993c2b7 100644 (file)
--- a/common.c
+++ b/common.c
@@ -757,7 +757,8 @@ static const gamemode_info_t gamemode_info [] =
 { "neoteric",          "-neoteric",    "Neoteric",                             "neobase",      "neo" },
 // GAME_OPENQUARTZ
 { "openquartz",                "-openquartz",  "OpenQuartz",                   "id1",          "openquartz"},
-
+// GAME_PRYDON
+{ "prydon",                    "-prydon",              "PrydonGate",                   "prydon",       "prydon"},
 };
 
 void COM_InitGameType (void)
index 4dd98044d103ea985dc631629993515545dc24e1..85c550bd6aa7de8bca9c8c3abdd9d9f06bacd3ac 100644 (file)
--- a/common.h
+++ b/common.h
@@ -186,6 +186,7 @@ extern      struct cvar_s   cmdline;
 #define GAME_TENEBRAE 13 // full of evil hackery
 #define GAME_NEOTERIC 14
 #define GAME_OPENQUARTZ 15 //this game sucks
+#define GAME_PRYDON 16
 
 extern int gamemode;
 extern const char *gamename;
index d6c11f67df690350f242c3d9447b867a8386e399..b07e1d8e73067b1e3803fff653081f69fa70a586 100644 (file)
@@ -60,6 +60,7 @@ Quake: Dissolution of Eternity : -rogue or rogue in executable name or path, gam
 Nehahra : -nehahra or nehahra in executable name or path, gamedirs: nehahra, id1\r
 GoodVsBad2 : -goodvsbad2 or gvb2 in executable name or path, gamedirs: rts\r
 BattleMech : -battlemech or battlemech in executable name or path, gamedirs: base\r
+PrydonGate : -prydon or prydon in executable name or path, gamedirs: prydon\r
 These games are considered officially supported, if any problems are seen,\r
 please make sure you are running the latest version of the game and engine,\r
 if you are, please report the problem.\r