From 550576d94dc7e9a5f2cc0361bfd297ed9d5f7a22 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 17 Jun 2020 16:30:46 +0200 Subject: [PATCH] - allow skipping the Exhumed 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 e21ac3f33..5d571313a 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -2531,6 +2531,7 @@ void DoTitle() { twod->ClearScreen(); overwritesprite(0, 0, tile, shade, 2, kPalNormal); + HandleAsync(); videoNextPage(); auto now = I_msTime(); span = now - start;