From ef2c433a8b9070c63593a70ac5435bec6cdbaa99 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 29 Nov 2018 20:15:24 +0100 Subject: [PATCH] - fixed declaration of ChangeStatNum. --- 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 98aa33e7e..5ddf93844 100644 --- a/wadsrc/static/zscript/base.txt +++ b/wadsrc/static/zscript/base.txt @@ -452,7 +452,7 @@ class Thinker : Object native play virtual native void Tick(); virtual native void PostBeginPlay(); - virtual void ChangeStatNum(int stat); + native void ChangeStatNum(int stat); static clearscope int Tics2Seconds(int tics) {