Merge branch 'drawpickups-fixes' into 'master'

More drawpickups exclusions for snapshotmaps

Closes #1486 and #1489

See merge request kart-krew-dev/ring-racers-internal!2567
This commit is contained in:
Oni VelocitOni 2025-05-25 08:51:14 +00:00
commit 5acd6db8fc

View file

@ -3797,6 +3797,12 @@ boolean R_ThingVisible (mobj_t *thing)
case MT_BATTLECAPSULE_PIECE:
case MT_SPRAYCAN:
case MT_PLAYER:
case MT_LANDMINE:
case MT_SSMINE:
case MT_SSMINE_SHIELD:
case MT_CHECKPOINT_END:
case MT_SIGNSPARKLE:
case MT_THOK: // checkpoint parts
return false;
default: