Merge branch 'indirectitemcooldown' into 'next'

Fix Shrink, SPB and Hyudoro cooldowns never resetting?

See merge request KartKrew/Kart-Public!191
This commit is contained in:
Sal 2020-08-06 12:19:27 -04:00
commit 97c4e7dfff
1 changed files with 2 additions and 2 deletions

View File

@ -726,9 +726,9 @@ void P_Ticker(boolean run)
if (exitcountdown > 1)
exitcountdown--;
if (indirectitemcooldown > 1)
if (indirectitemcooldown > 0)
indirectitemcooldown--;
if (hyubgone > 1)
if (hyubgone > 0)
hyubgone--;
if (G_BattleGametype())