]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/powerups.qh
Experimental status effects system: general backend for buffs and debuffs networked...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / powerups.qh
index a109062a489114c7aa107181d65a8f1175d371f7..5d4df01d077cd012244b408a8e2d353aca8bc14e 100644 (file)
@@ -13,4 +13,4 @@ vector autocvar_hud_progressbar_shield_color;
 vector autocvar_hud_progressbar_strength_color;
 vector autocvar_hud_progressbar_superweapons_color;
 
-void addPowerupItem(string name, string icon, vector color, float currentTime, float lifeTime);
+void addPowerupItem(string name, string icon, vector color, float currentTime, float lifeTime, bool isInfinite);