From 7775d7f413d36055857539ba8e1862f8ea942d82 Mon Sep 17 00:00:00 2001 From: res Date: Thu, 24 Jan 2008 01:56:18 +0000 Subject: [PATCH] edu2p game: change 2nd game dir to 'edu2' git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8003 d7cf8633-e32d-0410-b094-e92efae38249 --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2