]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added GAME_NETHERWORLD
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 27 Aug 2004 09:53:18 +0000 (09:53 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 27 Aug 2004 09:53:18 +0000 (09:53 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4395 d7cf8633-e32d-0410-b094-e92efae38249

common.c
common.h

index dcc333b71556a538c078781640f1a64395307531..c20ad3f6c076db2ada370ab32307f6ec39498966 100644 (file)
--- a/common.c
+++ b/common.c
@@ -759,6 +759,8 @@ static const gamemode_info_t gamemode_info [] =
 { "openquartz",                "-openquartz",  "OpenQuartz",                   "id1",          "openquartz"},
 // GAME_PRYDON
 { "prydon",                    "-prydon",              "PrydonGate",                   "prydon",       "prydon"},
+// GAME_NETHERWORLD
+{ "netherworld",       "-netherworld", "Dark Masters",                 "netherworld",  "nw"},
 };
 
 void COM_InitGameType (void)
index 85c550bd6aa7de8bca9c8c3abdd9d9f06bacd3ac..48116bb4b6822f4aee0b85081e483a01215221c6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -187,6 +187,7 @@ extern      struct cvar_s   cmdline;
 #define GAME_NEOTERIC 14
 #define GAME_OPENQUARTZ 15 //this game sucks
 #define GAME_PRYDON 16
+#define GAME_NETHERWORLD 17
 
 extern int gamemode;
 extern const char *gamename;