]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/draw.qc
Add hud_panel_ammo_noncurrent_alpha cvar
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / draw.qc
index afa4d49e031ea0af517e8ef80ffe812078731d2f..19d18223aa852c8362126dc66f14004eb2baffa9 100644 (file)
@@ -315,7 +315,7 @@ float draw_CondensedFontFactor(string theText, float ICanHasKallerz, vector Size
                //dprintf("NOTE: label text %s too wide for label, condensed by factor %f\n", theText, maxWidth / w);
                return maxWidth / w;
        }
-       return 0.8;
+       return 1.0;
 }
 
 float draw_clipSet;