- scriptified A_FreezeDeath(Chunks).

This commit is contained in:
Christoph Oelckers 2017-01-14 18:26:59 +01:00
parent 6dc1bb8475
commit e16713492f
5 changed files with 132 additions and 143 deletions

View file

@ -1311,6 +1311,13 @@ void AActor::ObtainInventory (AActor *other)
}
}
DEFINE_ACTION_FUNCTION(AActor, ObtainInventory)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_OBJECT(other, AActor);
self->ObtainInventory(other);
return 0;
}
//============================================================================
//
// AActor :: CheckLocalView