From 14c17cf012e70ae50bc5b011310f92d02ddbd7a2 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Fri, 10 Aug 2018 02:34:21 -0400 Subject: [PATCH] Tag damage fix error --- src/p_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_inter.c b/src/p_inter.c index 87d780f7a..e740b62d1 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -2784,7 +2784,7 @@ static inline boolean P_TagDamage(mobj_t *target, mobj_t *inflictor, mobj_t *sou else if (player->rings > 0) // Ring loss { P_PlayRinglossSound(target); - P_PlayerRingBurst(player, max(player->spheres, player->rings)); + P_PlayerRingBurst(player, player->rings); player->rings = 0; } else // Death