From: res Date: Thu, 24 Jan 2008 01:56:18 +0000 (+0000) Subject: edu2p game: change 2nd game dir to 'edu2' X-Git-Tag: xonotic-v0.1.0preview~2509 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7775d7f413d36055857539ba8e1862f8ea942d82 edu2p game: change 2nd game dir to 'edu2' git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8003 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index 399984bb..e61c5dae 100644 --- a/common.c +++ b/common.c @@ -1485,7 +1485,7 @@ static const gamemode_info_t gamemode_info [] = { "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" }, +{ "edu2p", "-edu2p", "EDU2 Prototype", "id1", "edu2", "edu2_p", "edu2prototype" }, }; void COM_InitGameType (void)