From 39541408f24277204ec058afd84b9033c6ce23a6 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Wed, 26 Aug 2020 08:52:22 +1000 Subject: [PATCH] - Exhumed: Fix what I believe is a typo. --- source/exhumed/src/2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exhumed/src/2d.cpp b/source/exhumed/src/2d.cpp index f61aaaeec..a94e8b7c4 100644 --- a/source/exhumed/src/2d.cpp +++ b/source/exhumed/src/2d.cpp @@ -978,7 +978,7 @@ public: DrawTexture(twod, tileGetTexture(cinematile), 0, 0, DTA_FullscreenEx, FSMode_ScaleToFit43, DTA_TranslationIndex, TRANSLATION(Translation_BasePalettes, currentCinemaPalette), TAG_DONE); text.DisplayText(); - auto cont = text.AdvanceCinemaText(clock * 129 / 1'000'000'000); + auto cont = text.AdvanceCinemaText(clock * 120 / 1'000'000'000); int ret = skiprequest ? -1 : cont ? 1 : 0; // quit the game if we've finished level 4 and displayed the advert text