- the global portal data table also needs to be protected.

This commit is contained in:
Christoph Oelckers 2018-04-15 12:16:46 +02:00
parent cf8447d19c
commit 8b4c74fad8
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ struct LevelLocals native
native Array<@Line> Lines; native Array<@Line> Lines;
native Array<@Side> Sides; native Array<@Side> Sides;
native readonly Array<@Vertex> Vertexes; native readonly Array<@Vertex> Vertexes;
native Array<@SectorPortal> SectorPortals; native internal Array<@SectorPortal> SectorPortals;
native readonly int time; native readonly int time;
native readonly int maptime; native readonly int maptime;