Fix indirect item cooldown never resetting

This commit is contained in:
AJ Martinez 2020-08-06 10:34:16 -05:00
parent b320256a47
commit 2add55eb04
1 changed files with 1 additions and 1 deletions

View File

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