- fixed: the last frame of the intermission screen wasn't rendered.

This commit is contained in:
Christoph Oelckers 2020-06-06 10:38:35 +02:00
parent e00f27ddf5
commit 09d163cb2f
1 changed files with 1 additions and 3 deletions

View File

@ -820,12 +820,10 @@ class StatusScreen abstract play version("2.5")
break; break;
case ShowNextLoc: case ShowNextLoc:
case LeavingIntermission: // this must still draw the screen once more for the wipe code to pick up.
drawShowNextLoc(); drawShowNextLoc();
break; break;
case LeavingIntermission:
break;
default: default:
drawNoState(); drawNoState();
break; break;