X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fpowerups.qc;h=6ab4537ace438eba0cff107b377f802439f1a380;hb=67b127cee4597c5a385921ca51c24f0cea863f4e;hp=4e509e5c5fc7db3de6336c58cc8e6d0ccc71ce62;hpb=b9d31ef4dc4c897713b9b7bd211b04142353a091;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/panel/powerups.qc b/qcsrc/client/hud/panel/powerups.qc index 4e509e5c5..6ab4537ac 100644 --- a/qcsrc/client/hud/panel/powerups.qc +++ b/qcsrc/client/hud/panel/powerups.qc @@ -70,7 +70,7 @@ void HUD_Powerups() strengthTime = bound(0, STAT(STRENGTH_FINISHED) - time, 99); shieldTime = bound(0, STAT(INVINCIBLE_FINISHED) - time, 99); - superTime = bound(0, getstatf(STAT_SUPERWEAPONS_FINISHED) - time, 99); + superTime = bound(0, STAT(SUPERWEAPONS_FINISHED) - time, 99); if(allItems & IT_UNLIMITED_SUPERWEAPONS) superTime = 99;