- fixed: A_KeenDie should not drop items.
SVN r2300 (trunk)
This commit is contained in:
parent
bd40bba37c
commit
674c63d66c
7 changed files with 51 additions and 45 deletions
|
|
@ -15,7 +15,7 @@
|
|||
//
|
||||
DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_KeenDie)
|
||||
{
|
||||
CALL_ACTION(A_NoBlocking, self);
|
||||
A_Unblock(self, false);
|
||||
|
||||
// scan the remaining thinkers to see if all Keens are dead
|
||||
AActor *other;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue