mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
Make StatusScreen::End virtual
https://forum.zdoom.org/viewtopic.php?t=59419
This commit is contained in:
parent
b26aad2741
commit
c0cb8659b7
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;
|
CurState = LeavingIntermission;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue