From 8b4c74fad8639a0e74ddbfeaad9f4b3fff02c5a2 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 15 Apr 2018 12:16:46 +0200 Subject: [PATCH] - the global portal data table also needs to be protected. --- 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 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;