diff --git a/engine/client/wad.c b/engine/client/wad.c index 87e265fb6..4462e9847 100644 --- a/engine/client/wad.c +++ b/engine/client/wad.c @@ -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;