minor warning fix.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1495 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2017-09-03 14:56:03 +00:00
parent c2a52c2fef
commit 4455568bf2

View file

@ -552,15 +552,14 @@ choose safe warpimage size and resize existing warpimage textures
*/
void TexMgr_RecalcWarpImageSize (void)
{
int mark, oldsize;
// int oldsize = gl_warpimagesize;
int mark;
gltexture_t *glt;
byte *dummy;
//
// find the new correct size
//
oldsize = gl_warpimagesize;
gl_warpimagesize = TexMgr_SafeTextureSize (512);
while (gl_warpimagesize > vid.width)