- Fixed: Morphed players did not regain their innate armor when unmorphing.
(Only Hexen has players with innate armor, under normal conditions.) SVN r504 (trunk)
This commit is contained in:
parent
b49d4333b0
commit
38c821a96e
3 changed files with 31 additions and 1 deletions
|
|
@ -883,6 +883,8 @@ void AActor::CopyFriendliness (const AActor *other, bool changeTarget)
|
|||
|
||||
void AActor::ObtainInventory (AActor *other)
|
||||
{
|
||||
assert (Inventory == NULL);
|
||||
|
||||
Inventory = other->Inventory;
|
||||
InventoryID = other->InventoryID;
|
||||
other->Inventory = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue