From 8c709e388c3a2a8a18fbb1105f8e9af88cb29749 Mon Sep 17 00:00:00 2001 From: tomaz Date: Tue, 24 Aug 2004 18:09:03 +0000 Subject: [PATCH] Added GAME_PRYDON. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4368 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 3 ++- common.h | 1 + darkplaces.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common.c b/common.c index e167f66d..0d5c2a9f 100644 --- 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) diff --git a/common.h b/common.h index 4dd98044..85c550bd 100644 --- 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; diff --git a/darkplaces.txt b/darkplaces.txt index d6c11f67..b07e1d8e 100644 --- a/darkplaces.txt +++ b/darkplaces.txt @@ -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 GoodVsBad2 : -goodvsbad2 or gvb2 in executable name or path, gamedirs: rts BattleMech : -battlemech or battlemech in executable name or path, gamedirs: base +PrydonGate : -prydon or prydon in executable name or path, gamedirs: prydon These games are considered officially supported, if any problems are seen, please make sure you are running the latest version of the game and engine, if you are, please report the problem. -- 2.39.2