From c855ed90ea391526e00d837bb59658057170c843 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers <coelckers@users.noreply.github.com> Date: Fri, 29 Apr 2022 00:33:42 +0200 Subject: [PATCH] - made friendlyseeblocks writable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There’s really no need for this to be read-only. --- 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 96d60b7616..57ff2e5876 100644 --- a/wadsrc/static/zscript/actors/actor.zs +++ b/wadsrc/static/zscript/actors/actor.zs @@ -252,7 +252,7 @@ class Actor : Thinker native native readonly int BloodTranslation; native int RenderHidden; native int RenderRequired; - native readonly int FriendlySeeBlocks; + native int FriendlySeeBlocks; native readonly int SpawnTime; private native int InventoryID; // internal counter.