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