mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed: Fix what I believe is a typo.
This commit is contained in:
parent
2748d6dc64
commit
39541408f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue