Make StatusScreen::End virtual

https://forum.zdoom.org/viewtopic.php?t=59419
This commit is contained in:
ZippeyKeys12 2018-09-14 21:59:25 -05:00 committed by Christoph Oelckers
parent 7885a22cad
commit 60f82d1eb9

View file

@ -400,7 +400,7 @@ class StatusScreen abstract play version("2.5")
//
//====================================================================
void End ()
virtual void End ()
{
CurState = LeavingIntermission;