This commit is contained in:
Rachael Alexanderson 2017-03-28 16:29:07 -04:00
commit 9da596cd9c
82 changed files with 3302 additions and 1407 deletions

View file

@ -1045,6 +1045,12 @@ AInventory *AActor::FirstInv ()
return Inventory->NextInv ();
}
DEFINE_ACTION_FUNCTION(AActor, FirstInv)
{
PARAM_SELF_PROLOGUE(AActor);
ACTION_RETURN_OBJECT(self->FirstInv());
}
//============================================================================
//
// AActor :: UseInventory