From c0cb8659b75044253645b3b144bfb0e78147fc5e Mon Sep 17 00:00:00 2001 From: ZippeyKeys12 Date: Fri, 14 Sep 2018 21:59:25 -0500 Subject: [PATCH] Make StatusScreen::End virtual https://forum.zdoom.org/viewtopic.php?t=59419 --- wadsrc/static/zscript/statscreen/statscreen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/statscreen/statscreen.txt b/wadsrc/static/zscript/statscreen/statscreen.txt index 2dcb2de72..a8d8e25ed 100644 --- a/wadsrc/static/zscript/statscreen/statscreen.txt +++ b/wadsrc/static/zscript/statscreen/statscreen.txt @@ -400,7 +400,7 @@ class StatusScreen abstract play version("2.5") // //==================================================================== - void End () + virtual void End () { CurState = LeavingIntermission;