mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Exhumed: fixed check for bad ending cutscene.
This commit is contained in:
parent
747648ce78
commit
a23124a201
1 changed files with 1 additions and 1 deletions
|
@ -2484,7 +2484,7 @@ sectdone:
|
|||
}
|
||||
else
|
||||
{
|
||||
DoGameOverScene(mplevel);
|
||||
DoGameOverScene(currentLevel->levelNumber == 20);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue