From: Mario Date: Wed, 17 Dec 2014 16:59:50 +0000 (+1100) Subject: For other modes, still allow ammo amount to be drawn while holding infinite ammo X-Git-Tag: xonotic-v0.8.0~70^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=65e9065a17494fa2cab3d1f98907f52abb0d8b58;p=xonotic%2Fxonotic-data.pk3dir.git For other modes, still allow ammo amount to be drawn while holding infinite ammo --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index ea126f9d6..7359468e0 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -1029,7 +1029,6 @@ void HUD_Ammo(void) float i; float infinite_ammo = (getstati(STAT_ITEMS, 0, 24) & IT_UNLIMITED_WEAPON_AMMO); row = column = 0; - if(!infinite_ammo) if(autocvar_hud_panel_ammo_onlycurrent) { if(autocvar__hud_configure)