From 144885665f8dab6add46d4f42feb9cda11ab4c0b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 19 Mar 2017 00:52:42 +0100 Subject: [PATCH] - this feature is past version 2.4. --- wadsrc/static/zscript/statscreen/statscreen.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wadsrc/static/zscript/statscreen/statscreen.txt b/wadsrc/static/zscript/statscreen/statscreen.txt index ca2b479e2..92d6abb7d 100644 --- a/wadsrc/static/zscript/statscreen/statscreen.txt +++ b/wadsrc/static/zscript/statscreen/statscreen.txt @@ -1,6 +1,6 @@ // Note that the status screen needs to run in 'play' scope! -class InterBackground native play version("2.4") +class InterBackground native play version("2.5") { native static InterBackground Create(wbstartstruct wbst); native virtual bool LoadBackground(bool isenterpic); @@ -8,7 +8,7 @@ class InterBackground native play version("2.4") native virtual void drawBackground(int CurState, bool drawsplat, bool snl_pointeron); } -struct PatchInfo play version("2.4") +struct PatchInfo play version("2.5") { Font mFont; TextureID mPatch; @@ -37,7 +37,7 @@ struct PatchInfo play version("2.4") // Will be made a class later, but for now needs to mirror the internal version. -class StatusScreen abstract play version("2.4") +class StatusScreen abstract play version("2.5") { enum EValues {