mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-14 08:30:50 +00:00
- fixed declaration of ChangeStatNum.
This commit is contained in:
parent
b8394b2f16
commit
ef2c433a8b
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ class Thinker : Object native play
|
||||||
|
|
||||||
virtual native void Tick();
|
virtual native void Tick();
|
||||||
virtual native void PostBeginPlay();
|
virtual native void PostBeginPlay();
|
||||||
virtual void ChangeStatNum(int stat);
|
native void ChangeStatNum(int stat);
|
||||||
|
|
||||||
static clearscope int Tics2Seconds(int tics)
|
static clearscope int Tics2Seconds(int tics)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue