From: terencehill Date: Sun, 21 Nov 2010 10:42:09 +0000 (+0100) Subject: hud_fontsize isn't used by the HUD any longer (scoreboard and map voting screen use... X-Git-Tag: xonotic-v0.5.0~400 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ede6eeb35af7ae23da2cb67e1a11e33541d1716b;p=xonotic%2Fxonotic-data.pk3dir.git hud_fontsize isn't used by the HUD any longer (scoreboard and map voting screen use it and initialize it within their own code) --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index dd6b9c829..e89205235 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -5219,8 +5219,6 @@ void HUD_Main (void) else if(autocvar__menu_alpha == 0 && scoreboard_fade_alpha == 0) hud_fade_alpha = 1; - hud_fontsize = HUD_GetFontsize("hud_fontsize"); - if(!autocvar__hud_configure && !hud_fade_alpha) return;