Hide MT_OVERLAY with drawpickups

This commit is contained in:
James R 2022-11-27 21:19:04 -08:00
parent bc2d4a2d83
commit 404aa0b5fe

View file

@ -3454,6 +3454,7 @@ boolean R_ThingVisible (mobj_t *thing)
case MT_SPHEREBOX:
case MT_ITEMCAPSULE:
case MT_ITEMCAPSULE_PART:
case MT_OVERLAY: // mostly capsule numbers :)))
case MT_BATTLECAPSULE:
case MT_BATTLECAPSULE_PIECE:
return false;