- fixed transition to the next level from Ramses cutscenes.

This commit is contained in:
Christoph Oelckers 2020-09-24 20:14:25 +02:00
parent 16cee1148b
commit 0f96d6a003
2 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ void DoSpiritHead()
{
if (!CDplaying())
{
LevelFinished();
EndLevel = 1;
}
}

View File

@ -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()) {