Skip to content

Commit

Permalink
- fixed: the last frame of the intermission screen wasn't rendered.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jun 6, 2020
1 parent e00f27d commit 09d163c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wadsrc/static/zscript/ui/statscreen/statscreen.zs
Expand Up @@ -820,12 +820,10 @@ class StatusScreen abstract play version("2.5")
break;

case ShowNextLoc:
case LeavingIntermission: // this must still draw the screen once more for the wipe code to pick up.
drawShowNextLoc();
break;

case LeavingIntermission:
break;

default:
drawNoState();
break;
Expand Down

0 comments on commit 09d163c

Please sign in to comment.