From 5d223bb8c3c7fa588fea7cf593bffad7e3bac979 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 3 Mar 2018 09:28:25 +0100 Subject: [PATCH] - removed clearscope from DSectorEffect.GetSector. Just because this is a getter does not mean that the data may even exist on the client side! --- wadsrc/static/zscript/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index 52aa13e55..acaa831b5 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -796,7 +796,7 @@ class SectorEffect : Thinker native { native protected Sector m_Sector; - native clearscope Sector GetSector(); + native Sector GetSector(); } class Mover : SectorEffect native