From 2162ce1f263a34420b348b2e7be092a453970a39 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 19 Oct 2019 23:19:45 +0200 Subject: [PATCH] - disabled the Redneck Rampage load progress indicator because it only prolongs the precaching time by waiting for the screen to be refreshed. --- source/rr/src/premap.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/rr/src/premap.cpp b/source/rr/src/premap.cpp index 8fa56e2b7..5e3f6fcd7 100644 --- a/source/rr/src/premap.cpp +++ b/source/rr/src/premap.cpp @@ -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));