left over debug code
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1661 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
283c7f8454
commit
1534f2f1b7
1 changed files with 0 additions and 5 deletions
|
@ -451,11 +451,6 @@ qbyte *W_GetTexture(char *name, int *width, int *height, qboolean *usesalpha)//r
|
|||
for (j = 0;j < MIPLEVELS;j++)
|
||||
tex->offsets[j] = LittleLong(tex->offsets[j]);
|
||||
|
||||
if (!strcmp(texname, "bn_painting3"))
|
||||
{
|
||||
int k = 0;
|
||||
}
|
||||
|
||||
data = W_ConvertWAD3Texture(tex, width, height, usesalpha); //this will add to the temp
|
||||
BZ_Free(tex);
|
||||
return data;
|
||||
|
|
Loading…
Reference in a new issue