mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-06 23:13:20 +00:00
More drawpickups exclusions for snapshotmaps
This commit is contained in:
parent
5f95ad933f
commit
077a3750b0
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue