]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
renamed GAME_GOODVSBAD2 executable to gvb2
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Jul 2003 07:50:07 +0000 (07:50 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Jul 2003 07:50:07 +0000 (07:50 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3170 d7cf8633-e32d-0410-b094-e92efae38249

common.c

index 4aa67becb9361c06e3424c1ad1e484257406c785..6e24a2385786169aaec17fdc42faea0027d8f54b 100644 (file)
--- 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;
                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;
                gamemode = GAME_GOODVSBAD2;
        else if (strstr(name, "teu"))
                gamemode = GAME_TEU;