From a1758cde68fceb657abc5995cf1d7f28df9060f8 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 27 Aug 2004 09:53:18 +0000 Subject: [PATCH] added GAME_NETHERWORLD git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4395 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 2 ++ common.h | 1 + 2 files changed, 3 insertions(+) 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; -- 2.39.2