diff --git a/wadsrc/static/zscript/actor.txt b/wadsrc/static/zscript/actor.txt index 552500ad4..56ca3051d 100644 --- a/wadsrc/static/zscript/actor.txt +++ b/wadsrc/static/zscript/actor.txt @@ -26,6 +26,10 @@ struct FCheckPosition native int PushTime; + // These are internal helpers to properly initialize an object of this type. + private native void _Constructor(); + private native void _Destructor(); + native void ClearLastRipped(); }