From cf94dc0b263578474f369ba01027f4da2f0b9aaa Mon Sep 17 00:00:00 2001 From: black Date: Wed, 9 Jan 2008 00:35:04 +0000 Subject: [PATCH] Add an edu2 prototype gamemode. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7938 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.c b/common.c index b648b017..399984bb 100644 --- a/common.c +++ b/common.c @@ -1483,6 +1483,9 @@ static const gamemode_info_t gamemode_info [] = // GAME_CONTAGIONTHEORY // COMMANDLINEOPTION: Game: -contagiontheory runs the game Contagion Theory { "contagiontheory", "-contagiontheory", "Contagion Theory", "ctdata", NULL, "ct", "contagiontheory" }, +// GAME_EDU2P +// COMMANDLINEOPTION: Game: -edu2p runs the game Edu2 prototype +{ "edu2p", "-edu2p", "EDU2 Prototype", "id1", "data", "edu2_p", "edu2prototype" }, }; void COM_InitGameType (void) -- 2.39.2