- scriptified a_alienspectres.cpp.

This commit is contained in:
Christoph Oelckers 2016-11-28 11:52:03 +01:00
commit b171d6e21f
14 changed files with 253 additions and 257 deletions

View file

@ -3339,6 +3339,12 @@ bool CheckBossDeath (AActor *actor)
return true;
}
DEFINE_ACTION_FUNCTION(AActor, CheckBossDeath)
{
PARAM_SELF_PROLOGUE(AActor);
ACTION_RETURN_BOOL(CheckBossDeath(self));
}
//
// A_BossDeath
// Possibly trigger special effects if on a boss level