diff --git a/wadsrc/static/zscript/mapdata.txt b/wadsrc/static/zscript/mapdata.txt index 011400f86..e219e835a 100644 --- a/wadsrc/static/zscript/mapdata.txt +++ b/wadsrc/static/zscript/mapdata.txt @@ -57,9 +57,9 @@ struct Side native play WALLF_LIGHT_FOG = 128, // This wall's Light is used even in fog. }; - native Sector sector; // Sector the SideDef is facing. + native readonly Sector sector; // Sector the SideDef is facing. //DBaseDecal* AttachedDecals; // [RH] Decals bound to the wall - native Line linedef; + native readonly Line linedef; native int16 Light; native uint8 Flags;