From 8cbb313a969b59b05e730c78eaf5b00654342dc1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 7 Jan 2020 20:17:08 +0100 Subject: [PATCH] - clearing the screen here is redundant. --- source/exhumed/src/menu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/exhumed/src/menu.cpp b/source/exhumed/src/menu.cpp index f6a9a791d..90bb5874d 100644 --- a/source/exhumed/src/menu.cpp +++ b/source/exhumed/src/menu.cpp @@ -684,8 +684,6 @@ int menu_DrawTheMap(int nLevel, int nLevelNew, int nLevelBest) HandleAsync(); twod->ClearScreen(); - videoClearScreen(overscanindex); // fix hall of mirrors when console renders offscreen in widescreen resolutions. - if (((int)totalclock - startTime) / kTimerTicks) { nIdleSeconds++;