From bb29630965bcc25011715e4cbb8152d3ec076ae1 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 5 Feb 2013 09:17:10 +0100 Subject: [PATCH] Get rid of a console warning joining a team game if there's a team mate already playing (hud_shownames code calls HUD_Panel_DrawProgressBar before hud_skin_path initialization) --- qcsrc/client/Main.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 3e5deb104..6126d3d62 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -207,6 +207,7 @@ void CSQC_Init(void) WarpZone_Init(); + hud_skin_path = strzone(strcat("gfx/hud/", autocvar_hud_skin)); hud_configure_prev = -1; tab_panel = -1; -- 2.39.2