mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
Added 'static' to CreateCeiling (base.txt)
Keyword 'static'was missing in CreateCeiling.
This commit is contained in:
parent
e43a9aa5b5
commit
700aeaf192
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue