- scriptified a_alienspectres.cpp.
This commit is contained in:
parent
7ea9f60464
commit
b171d6e21f
14 changed files with 253 additions and 257 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue