From: havoc Date: Sun, 6 Jul 2003 07:50:07 +0000 (+0000) Subject: renamed GAME_GOODVSBAD2 executable to gvb2 X-Git-Tag: xonotic-v0.1.0preview~6562 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b7a2087b1c6d1c10a639303ffc550e0d3cc760b0;p=xonotic%2Fdarkplaces.git renamed GAME_GOODVSBAD2 executable to gvb2 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3170 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.c b/common.c index 4aa67bec..6e24a238 100644 --- a/common.c +++ b/common.c @@ -678,7 +678,7 @@ void COM_InitGameType (void) gamemode = GAME_HIPNOTIC; else if (strstr(name, "rogue")) gamemode = GAME_ROGUE; - else if (strstr(name, "goodvsbad2")) + else if (strstr(name, "gvb2")) gamemode = GAME_GOODVSBAD2; else if (strstr(name, "teu")) gamemode = GAME_TEU;