forked from fte/fteqw
1
0
Fork 0

I used the wrong variable name... sorry.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@550 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-03 10:13:54 +00:00
parent 72abdd25a3
commit b025b87225
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ TRACE(("dbg: GLMod_LoadTextures: inittexturedescs\n"));
if (!*mt->name) //I HATE MAPPERS!
{
sprintf(mt->name, "unnamed%i", i);
Con_Printf("warning: unnamed texture in %s, renaming to %s\n", loadmodel->name, tx->name);
Con_Printf("warning: unnamed texture in %s, renaming to %s\n", loadmodel->name, mt->name);
}
mt->width = LittleLong (mt->width);