- disabled the Redneck Rampage load progress indicator because it only prolongs the precaching time by waiting for the screen to be refreshed.

This commit is contained in:
Christoph Oelckers 2019-10-19 23:19:45 +02:00
parent bb4a19cf3a
commit 2162ce1f26
1 changed files with 2 additions and 0 deletions

View File

@ -632,6 +632,7 @@ void G_CacheMapData(void)
if ((j&7) == 0)
G_HandleAsync();
#if 0
if (bpp > 8 && totalclock - tc > TICRATE/4)
{
/*Bsprintf(tempbuf,"%d resources remaining\n",g_precacheCount-pc+1);*/
@ -654,6 +655,7 @@ void G_CacheMapData(void)
tc = (int32_t) totalclock;
}
#endif
}
Bmemset(gotpic, 0, sizeof(gotpic));