From 0f96d6a0032d9dd5093b99ed134c0bcfd02a4d3d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 24 Sep 2020 20:14:25 +0200 Subject: [PATCH] - fixed transition to the next level from Ramses cutscenes. --- source/exhumed/src/ramses.cpp | 1 + source/exhumed/src/view.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/source/exhumed/src/ramses.cpp b/source/exhumed/src/ramses.cpp index bc17a7bfa..11221b87b 100644 --- a/source/exhumed/src/ramses.cpp +++ b/source/exhumed/src/ramses.cpp @@ -242,6 +242,7 @@ void DoSpiritHead() { if (!CDplaying()) { + LevelFinished(); EndLevel = 1; } } diff --git a/source/exhumed/src/view.cpp b/source/exhumed/src/view.cpp index 89cb54ac6..ab3d0aa34 100644 --- a/source/exhumed/src/view.cpp +++ b/source/exhumed/src/view.cpp @@ -461,6 +461,7 @@ void DrawView(double smoothRatio, bool sceneonly) if ((bSubTitles && !subtitleOverlay.AdvanceCinemaText(I_GetTimeNS() * (120. / 1'000'000'000))) || inputState.CheckAllInput()) { inputState.ClearAllInput(); + LevelFinished(); EndLevel = 1; if (CDplaying()) {