From 5abd7e1ebf4a93d6d93e8f8d82876e616ec9f597 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Thu, 22 Feb 2024 15:52:23 -0600 Subject: [PATCH] Comment warning to modders. --- wadsrc/static/zscript/doombase.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/doombase.zs b/wadsrc/static/zscript/doombase.zs index 600517df9..b2c859016 100644 --- a/wadsrc/static/zscript/doombase.zs +++ b/wadsrc/static/zscript/doombase.zs @@ -556,7 +556,7 @@ struct LevelLocals native native VisualThinker SpawnVisualThinker(Class type); native bool FindPath(Actor chaser, Actor target, PathNode startnode = null, PathNode goalnode = null); - native void HandlePathNode(PathNode node, bool add); + native void HandlePathNode(PathNode node, bool add); // This is only here because there's no other way to register the node privately. } // a few values of this need to be readable by the play code.