- missed one definition for adding a direct native call.

This commit is contained in:
Christoph Oelckers 2018-12-06 00:17:07 +01:00
commit e01306d403
2 changed files with 9 additions and 9 deletions

View file

@ -82,14 +82,6 @@ void A_Unblock(AActor *self, bool drop)
}
}
DEFINE_ACTION_FUNCTION(AActor, A_NoBlocking)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_BOOL(drop);
A_Unblock(self, drop);
return 0;
}
//----------------------------------------------------------------------------
//
// CorpseQueue Routines (used by Hexen)