- 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 committed by drfrag
parent bbceaa1fcb
commit ebc4e2215f

View file

@ -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;