mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
minor warning fix.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1495 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
1edb1323ff
commit
caf3f3eed7
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue