Merge branch 'Inventory.Transfer-flag' of https://github.com/Edward850/zdoom
This commit is contained in:
commit
2d4299608c
9 changed files with 51 additions and 10 deletions
|
|
@ -587,6 +587,7 @@ void AActor::RemoveInventory (AInventory *item)
|
|||
*invp = item->Inventory;
|
||||
item->DetachFromOwner ();
|
||||
item->Owner = NULL;
|
||||
item->Inventory = NULL;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue