- fixed: The intermission screen did not show 'entering' for cluster-less maps.

This commit is contained in:
Christoph Oelckers 2017-02-26 23:49:53 +01:00
parent e4e023e59a
commit 1ed2a0baf9
1 changed files with 2 additions and 1 deletions

View File

@ -1155,7 +1155,8 @@ public:
void WI_initShowNextLoc ()
{
if (wbs->next_ep == -1)
auto info = FindLevelInfo(wbs->next, false);
if (info == nullptr)
{
// Last map in episode - there is no next location!
WI_End();