I guess that is needed then.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4955 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-08-02 12:09:31 +00:00
parent efc1082d7c
commit 4b2aa11988
1 changed files with 0 additions and 2 deletions

View File

@ -2299,7 +2299,6 @@ static void Image_LoadTextureMips(void *ctx, void *data, size_t a, size_t b)
BZ_Free(mips->extrafree);
BZ_Free(mips);
/*
if (!strncmp(tex->ident, "gfx/", 4))
{
qpic_t *pic = W_SafeGetLumpName(tex->ident+4);
@ -2309,7 +2308,6 @@ static void Image_LoadTextureMips(void *ctx, void *data, size_t a, size_t b)
tex->height = pic->height;
}
}
*/
}
#ifndef GL_COMPRESSED_RGB_S3TC_DXT1_EXT