mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
R_ThingVisible: hide Spraycans with cv_drawpickups
This commit is contained in:
parent
9e283a4993
commit
0cd4ceec01
1 changed files with 1 additions and 0 deletions
|
|
@ -3720,6 +3720,7 @@ boolean R_ThingVisible (mobj_t *thing)
|
|||
case MT_OVERLAY: // mostly capsule numbers :)))
|
||||
case MT_BATTLECAPSULE:
|
||||
case MT_BATTLECAPSULE_PIECE:
|
||||
case MT_SPRAYCAN:
|
||||
return false;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue