- clear the screen for Exhumed's logos.

This commit is contained in:
Christoph Oelckers 2020-06-13 00:08:47 +02:00
parent ee98db589f
commit 35471ce7e2

View file

@ -2518,6 +2518,7 @@ void DoTitle()
inputState.ClearAllInput(); inputState.ClearAllInput();
do do
{ {
twod->ClearScreen();
overwritesprite(0, 0, tile, shade, 2, kPalNormal); overwritesprite(0, 0, tile, shade, 2, kPalNormal);
videoNextPage(); videoNextPage();
auto now = I_msTime(); auto now = I_msTime();