From beb6842e9437334ead239827b1c3cf67ff778688 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 13 Jun 2025 02:48:35 +0800 Subject: [PATCH] Remove redundant readonly qualifier --- wadsrc/static/zscript/actors/actor.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/actor.zs b/wadsrc/static/zscript/actors/actor.zs index b94632e53..bd34f6337 100644 --- a/wadsrc/static/zscript/actors/actor.zs +++ b/wadsrc/static/zscript/actors/actor.zs @@ -287,7 +287,7 @@ class Actor : Thinker native meta Sound PushSound; // Sound being played when pushed by something // VKDoom - meta readonly int ShadowCastingType; + meta int ShadowCastingType; // todo: implement access to native meta properties. // native meta int infighting_group;