From 23d131f6c295e524aafd0dacd13fc0173ac015fd Mon Sep 17 00:00:00 2001 From: inkoalawetrust <56005600+inkoalawetrust@users.noreply.github.com> Date: Sun, 6 Oct 2024 05:03:05 +0300 Subject: [PATCH] Made GetMidTexturePosition() const. --- wadsrc/static/zscript/mapdata.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/mapdata.zs b/wadsrc/static/zscript/mapdata.zs index 080e05f32b..06a7bf3ead 100644 --- a/wadsrc/static/zscript/mapdata.zs +++ b/wadsrc/static/zscript/mapdata.zs @@ -238,7 +238,7 @@ struct Line native play native clearscope int Index() const; native bool Activate(Actor activator, int side, int type); native bool RemoteActivate(Actor activator, int side, int type, Vector3 pos); - native bool, double, double GetMidTexturePosition (int side); + native bool, double, double GetMidTexturePosition (int side) const; clearscope int GetUDMFInt(Name nm) const {