- Exhumed: Fix what I believe is a typo.

This commit is contained in:
Mitchell Richters 2020-08-26 08:52:22 +10:00
parent 2748d6dc64
commit 39541408f2
1 changed files with 1 additions and 1 deletions

View File

@ -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