mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
P_ProcessSpecial: fix ring drain sign
This commit is contained in:
parent
ddf55d4040
commit
092bfd475e
1 changed files with 2 additions and 0 deletions
|
|
@ -4205,6 +4205,8 @@ boolean P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, cha
|
||||||
if (mo->player->rings <= 0)
|
if (mo->player->rings <= 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
rings = -(rings);
|
||||||
|
|
||||||
if (rings > mo->player->rings)
|
if (rings > mo->player->rings)
|
||||||
rings = mo->player->rings;
|
rings = mo->player->rings;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue