From ede6eeb35af7ae23da2cb67e1a11e33541d1716b Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 21 Nov 2010 11:42:09 +0100 Subject: [PATCH] hud_fontsize isn't used by the HUD any longer (scoreboard and map voting screen use it and initialize it within their own code) --- qcsrc/client/hud.qc | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2