mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Make StatusScreen::End virtual
https://forum.zdoom.org/viewtopic.php?t=59419
This commit is contained in:
parent
7885a22cad
commit
60f82d1eb9
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class StatusScreen abstract play version("2.5")
|
|||
//
|
||||
//====================================================================
|
||||
|
||||
void End ()
|
||||
virtual void End ()
|
||||
{
|
||||
CurState = LeavingIntermission;
|
||||
|
||||
|
|
Loading…
Reference in a new issue