]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qc
fix lots of more uninitialized stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qc
index d70bc85f7958ed9883e8f1177e5bfe2ec36af939..b927112c87caef5798ab66c531b5556e64bbc8d0 100644 (file)
@@ -1258,6 +1258,13 @@ void HUD_DrawScoreboard()
 
                        pos = HUD_Scoreboard_MakeTable(pos, tm, rgb, bg_size);
                }
+
+#ifdef GMQCC
+               rgb = '0 0 0';
+#endif
+               rgb_x = autocvar_scoreboard_color_bg_r;
+               rgb_y = autocvar_scoreboard_color_bg_g;
+               rgb_z = autocvar_scoreboard_color_bg_b;
        }
        else
        {