- renamed IsActorPlayingSomething to IsActorPlayingSound and made it clearscope.

This commit is contained in:
Christoph Oelckers 2019-12-17 09:58:50 +01:00
commit 136ab4f48a
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(AActor, A_StartSound, A_StartSound)
return 0;
}
DEFINE_ACTION_FUNCTION_NATIVE(AActor, IsActorPlayingSomething, S_IsActorPlayingSomething)
DEFINE_ACTION_FUNCTION_NATIVE(AActor, IsActorPlayingSound, S_IsActorPlayingSomething)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_INT(channel);