]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Add an edu2 prototype gamemode.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Jan 2008 00:35:04 +0000 (00:35 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Jan 2008 00:35:04 +0000 (00:35 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7938 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index b648b017fc1b0dd19f8ccabec1c1d6a8bac87e86..399984bb57e7f6ea0e26bf95fe9b47f12144d1ab 100644 (file)
--- 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)