From 35471ce7e23494f37b879ffd8273603193118fdd Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 13 Jun 2020 00:08:47 +0200 Subject: [PATCH] - clear the screen for Exhumed's logos. --- source/exhumed/src/exhumed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index 5b423a173..01ade17d6 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -2518,6 +2518,7 @@ void DoTitle() inputState.ClearAllInput(); do { + twod->ClearScreen(); overwritesprite(0, 0, tile, shade, 2, kPalNormal); videoNextPage(); auto now = I_msTime();