SVN r52 (trunk)

This commit is contained in:
Christoph Oelckers 2006-04-17 16:04:27 +00:00
commit d8500150f3
7 changed files with 25 additions and 8 deletions

View file

@ -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]);
}
}
}