mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-27 07:51:36 +00:00
Hide Metal Sonic's jet fume in first person
This commit is contained in:
parent
e8a06868b9
commit
b132a6d3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -2773,7 +2773,7 @@ boolean R_ThingVisible (mobj_t *thing)
|
|||
return (!(
|
||||
thing->sprite == SPR_NULL ||
|
||||
( thing->flags2 & (MF2_DONTDRAW) ) ||
|
||||
thing == r_viewmobj
|
||||
(r_viewmobj && (thing == r_viewmobj || (r_viewmobj->player && r_viewmobj->player->followmobj == thing)))
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue