mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Tag damage fix error
This commit is contained in:
parent
674b9e918f
commit
37b50ca5a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue