No need to shadow i (gcc warning).

This commit is contained in:
riccardom 2009-01-01 16:08:52 +00:00
parent 7f21832b5d
commit 61f71511ca
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ static void OGLReset()
texcache_start=0;
texcache_stop=MAX_TEXTURE<<1;
for(int i=0;i<MAX_TEXTURE+1;i++)
for(i=0;i<MAX_TEXTURE+1;i++)
texcache[i].suspectedInvalid = true;
//clear the framebuffers