Merge branch 'Inventory.Transfer-flag' of https://github.com/Edward850/zdoom

This commit is contained in:
Christoph Oelckers 2015-02-07 13:12:15 +01:00
commit 2d4299608c
9 changed files with 51 additions and 10 deletions

View file

@ -587,6 +587,7 @@ void AActor::RemoveInventory (AInventory *item)
*invp = item->Inventory;
item->DetachFromOwner ();
item->Owner = NULL;
item->Inventory = NULL;
break;
}
}