- allow skipping the Exhumed logos.

This commit is contained in:
Christoph Oelckers 2020-06-17 16:30:46 +02:00
parent d28929c437
commit 550576d94d

View file

@ -2531,6 +2531,7 @@ void DoTitle()
{ {
twod->ClearScreen(); twod->ClearScreen();
overwritesprite(0, 0, tile, shade, 2, kPalNormal); overwritesprite(0, 0, tile, shade, 2, kPalNormal);
HandleAsync();
videoNextPage(); videoNextPage();
auto now = I_msTime(); auto now = I_msTime();
span = now - start; span = now - start;