mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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->extrafree);
|
||||||
BZ_Free(mips);
|
BZ_Free(mips);
|
||||||
|
|
||||||
/*
|
|
||||||
if (!strncmp(tex->ident, "gfx/", 4))
|
if (!strncmp(tex->ident, "gfx/", 4))
|
||||||
{
|
{
|
||||||
qpic_t *pic = W_SafeGetLumpName(tex->ident+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;
|
tex->height = pic->height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef GL_COMPRESSED_RGB_S3TC_DXT1_EXT
|
#ifndef GL_COMPRESSED_RGB_S3TC_DXT1_EXT
|
||||||
|
|
Loading…
Reference in a new issue