- scriptified a_alienspectres.cpp.
This commit is contained in:
parent
7ea9f60464
commit
b171d6e21f
14 changed files with 253 additions and 257 deletions
|
|
@ -767,7 +767,7 @@ DEFINE_ACTION_FUNCTION(AActor, Die)
|
|||
PARAM_SELF_PROLOGUE(AActor);
|
||||
PARAM_OBJECT(source, AActor);
|
||||
PARAM_OBJECT(inflictor, AActor);
|
||||
PARAM_INT(dmgflags);
|
||||
PARAM_INT_DEF(dmgflags);
|
||||
self->Die(source, inflictor, dmgflags);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue