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

(cherry picked from commit 8b4c74fad8)
This commit is contained in:
Christoph Oelckers 2018-04-15 12:16:46 +02:00 committed by drfrag666
parent 148353ab25
commit bfe87b75ad

View file

@ -572,7 +572,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;