Added 'static' to CreateCeiling (base.txt)

Keyword 'static'was missing in CreateCeiling.
This commit is contained in:
Henk Roos 2017-11-25 14:54:48 +01:00 committed by Christoph Oelckers
parent e43a9aa5b5
commit 700aeaf192

View file

@ -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);
}