diff --git a/src/p_user.c b/src/p_user.c index 1787422a065eddd354419c97df195ce07a6304d0..1edca2074f57ce3b18f2e69c5bacdc3dadcb6b16 100755 --- a/src/p_user.c +++ b/src/p_user.c @@ -3024,6 +3024,8 @@ static void P_CheckInvincibilityTimer(player_t *player) { mobj_t *sparkle = P_SpawnMobj(player->mo->x, player->mo->y, player->mo->z, MT_IVSP); sparkle->destscale = player->mo->scale; + if (cv_playerfullbright.value) + sparkle->frame |= FF_FULLBRIGHT; P_SetScale(sparkle, player->mo->scale); }