mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed: the last frame of the intermission screen wasn't rendered.
This commit is contained in:
parent
e00f27ddf5
commit
09d163cb2f
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue