mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 19:52:43 +00:00
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:
commit
5acd6db8fc
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