SVN r52 (trunk)
This commit is contained in:
parent
36e37becb5
commit
d8500150f3
7 changed files with 25 additions and 8 deletions
|
|
@ -1132,8 +1132,8 @@ bool AInventory::TryPickup (AActor *toucher)
|
|||
{
|
||||
if (--copy->Amount <= 0)
|
||||
{
|
||||
flags &= ~MF_SPECIAL;
|
||||
SetState (&States[S_HOLDANDDESTROY]);
|
||||
copy->flags &= ~MF_SPECIAL;
|
||||
copy->SetState (&States[S_HOLDANDDESTROY]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue