diff --git a/src/p_mobj.c b/src/p_mobj.c index 256ab6b60..186634b10 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -15580,7 +15580,7 @@ mobj_t *P_SPMAngle(mobj_t *source, mobjtype_t type, angle_t angle, UINT8 allowai // void P_FlashPal(player_t *pl, UINT16 type, UINT16 duration) { - if (!pl) + if (!pl || cv_reducevfx.value) return; pl->flashcount = duration; pl->flashpal = type;