mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- 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:
parent
bb4a19cf3a
commit
2162ce1f26
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue