- 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
1 changed files with 1 additions and 0 deletions

View File

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