]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
centered quake hud in deathmatch, this makes the new score block visible
[xonotic/darkplaces.git] / model_brush.c
index 096c0ee49724b22c73e4208630282ca5652649bd..ad1d484c4a658040589c6fbef82e4788f06f4fce 100644 (file)
@@ -1435,7 +1435,7 @@ static void Mod_Q1BSP_LoadTextures(lump_t *l)
                }
 
                if ((mtwidth & 15) || (mtheight & 15))
-                       Con_DPrintf("%s: warning: texture \"%s\" in \"%s\" is not 16 aligned\n", loadmodel->name, dmiptex->name);
+                       Con_DPrintf("%s: warning: texture \"%s\" is not 16 aligned\n", loadmodel->name, dmiptex->name);
 
                // LordHavoc: force all names to lowercase
                for (j = 0;name[j];j++)