]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
renamed GAME_GOODVSBAD2 executable to gvb2
[xonotic/darkplaces.git] / 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;
-       else if (strstr(name, "goodvsbad2"))
+       else if (strstr(name, "gvb2"))
                gamemode = GAME_GOODVSBAD2;
        else if (strstr(name, "teu"))
                gamemode = GAME_TEU;