From 3113faedcfa9eedb76172874cf9b9aa502b725cc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 9 Mar 2017 17:42:25 +0100 Subject: [PATCH] - fixed bad syntax. --- wadsrc/static/zscript/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index d8cae2ec9..a3ca6fdb9 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -364,7 +364,7 @@ class BlockLinesIterator : Object native native int portalflags; native static BlockThingsIterator Create(Actor origin, double checkradius = -1); - native static BlockThingsIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = nullptr; + native static BlockThingsIterator CreateFromPos(Vector3 pos, double checkh, double checkradius, Sector sec = null); native bool Next(); }