Moved last reset of texture precache counter from .jpg to .tga loop.

This misplacement was the result of a reordering of the texture format download order.
This commit is contained in:
Knightmare66 2019-04-23 12:58:01 -04:00
parent cace814029
commit 905c57708f

View file

@ -514,6 +514,7 @@ void CL_RequestNextDownload (void)
} }
} }
precache_check = texture_cnt+3; precache_check = texture_cnt+3;
precache_tex = 0;
} }
#ifdef PNG_SUPPORT #ifdef PNG_SUPPORT
@ -561,7 +562,6 @@ void CL_RequestNextDownload (void)
} }
} }
precache_check = texture_cnt+999; precache_check = texture_cnt+999;
precache_tex = 0;
} }
//ZOID //ZOID