0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom-gpl.git synced 2025-04-27 02:40:47 +00:00

Merge branch 'maint'

This commit is contained in:
Christoph Oelckers 2013-10-07 11:58:53 +02:00
commit eb186a5b92

View file

@ -785,7 +785,7 @@ void AInventory::BecomePickup ()
LinkToWorld ();
P_FindFloorCeiling (this);
}
flags = GetDefault()->flags | MF_DROPPED;
flags = (GetDefault()->flags | MF_DROPPED) & ~MF_COUNTITEM;
renderflags &= ~RF_INVISIBLE;
SetState (SpawnState);
}