]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
edu2p game: change 2nd game dir to 'edu2'
authorres <res@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 24 Jan 2008 01:56:18 +0000 (01:56 +0000)
committerres <res@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 24 Jan 2008 01:56:18 +0000 (01:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8003 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index 399984bb57e7f6ea0e26bf95fe9b47f12144d1ab..e61c5dae0b0157800f5cb07ae8eafb21ff10275e 100644 (file)
--- 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
 { "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)
 };
 
 void COM_InitGameType (void)