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