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:
parent
72abdd25a3
commit
b025b87225
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ TRACE(("dbg: GLMod_LoadTextures: inittexturedescs\n"));
|
||||||
if (!*mt->name) //I HATE MAPPERS!
|
if (!*mt->name) //I HATE MAPPERS!
|
||||||
{
|
{
|
||||||
sprintf(mt->name, "unnamed%i", i);
|
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);
|
mt->width = LittleLong (mt->width);
|
||||||
|
|
Loading…
Reference in a new issue