From: havoc Date: Fri, 27 Aug 2004 09:53:18 +0000 (+0000) Subject: added GAME_NETHERWORLD X-Git-Tag: xonotic-v0.1.0preview~5683 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=a1758cde68fceb657abc5995cf1d7f28df9060f8;p=xonotic%2Fdarkplaces.git added GAME_NETHERWORLD git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4395 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index dcc333b7..c20ad3f6 100644 --- 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) diff --git a/common.h b/common.h index 85c550bd..48116bb4 100644 --- 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;