]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Get rid of a console warning joining a team game if there's a team mate already playi...
authorterencehill <piuntn@gmail.com>
Tue, 5 Feb 2013 08:17:10 +0000 (09:17 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 5 Feb 2013 08:17:10 +0000 (09:17 +0100)
qcsrc/client/Main.qc

index 3e5deb104d6674735d53bae5e40b618cb6dcbcf6..6126d3d628d02aa90321d1dce22a41565558fb6f 100644 (file)
@@ -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;