Tag damage fix error

This commit is contained in:
mazmazz 2018-08-10 02:34:21 -04:00
parent 62e288a664
commit 14c17cf012
1 changed files with 1 additions and 1 deletions

View File

@ -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