Hide Metal Sonic's jet fume in first person

This commit is contained in:
lachwright 2020-08-03 20:09:35 +08:00
parent 40dc532ea2
commit 3a96142c8b
1 changed files with 1 additions and 1 deletions

View File

@ -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)))
));
}