- Exhumed: fixed check for bad ending cutscene.

This commit is contained in:
Christoph Oelckers 2022-01-22 23:11:34 +01:00
parent 747648ce78
commit a23124a201

View file

@ -2484,7 +2484,7 @@ sectdone:
} }
else else
{ {
DoGameOverScene(mplevel); DoGameOverScene(currentLevel->levelNumber == 20);
return; return;
} }
} }