diff --git a/wadsrc/static/zscript/ui/statscreen/statscreen.zs b/wadsrc/static/zscript/ui/statscreen/statscreen.zs index c9e28990b..b90aceebb 100644 --- a/wadsrc/static/zscript/ui/statscreen/statscreen.zs +++ b/wadsrc/static/zscript/ui/statscreen/statscreen.zs @@ -739,12 +739,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;