]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_textures.c
This is a patch from Elric greatly cleaning up the filesystem portions of the engine...
[xonotic/darkplaces.git] / gl_textures.c
index 65794a0f067d41250390cc75f82ff3e9083e9fd3..cab9f636b450bd135bb4be3df5b18eda327d8ffb 100644 (file)
@@ -343,7 +343,7 @@ static void GL_TextureMode_f (void)
        }
 
        for (i = 0;i < 6;i++)
-               if (!Q_strcasecmp (modes[i].name, Cmd_Argv(1) ) )
+               if (!strcasecmp (modes[i].name, Cmd_Argv(1) ) )
                        break;
        if (i == 6)
        {