diff --git a/wadsrc/static/zscript/base.txt b/wadsrc/static/zscript/base.txt index 89dd0ab7d..e38517142 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -796,7 +796,7 @@ class Ceiling : MovingCeiling native crushSlowdown = 2 } - native bool CreateCeiling(sector sec, int type, line ln, double speed, double speed2, double height = 0, int crush = -1, int silent = 0, int change = 0, int crushmode = crushDoom); + native static bool CreateCeiling(sector sec, int type, line ln, double speed, double speed2, double height = 0, int crush = -1, int silent = 0, int change = 0, int crushmode = crushDoom); }