- fixed declaration of ChangeStatNum.

This commit is contained in:
Christoph Oelckers 2018-11-29 20:15:24 +01:00
parent b8394b2f16
commit ef2c433a8b

View file

@ -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)
{