diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index 6faba6705..30df80759 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -580,7 +580,7 @@ struct LevelLocals native native Array<@Line> Lines; native Array<@Side> Sides; native readonly Array<@Vertex> Vertexes; - native Array<@SectorPortal> SectorPortals; + native internal Array<@SectorPortal> SectorPortals; native readonly int time; native readonly int maptime;