mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 15:22:08 +00:00
Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
1a633701b3
1 changed files with 1 additions and 1 deletions
|
@ -1687,7 +1687,7 @@ static int isFrozen(AActor *self)
|
|||
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(AActor, isFrozen, isFrozen)
|
||||
{
|
||||
PARAM_SELF_STRUCT_PROLOGUE(AActor);
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
return isFrozen(self);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue