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:
parent
efc1082d7c
commit
4b2aa11988
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue