[nexuiz-commits] r8123 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Oct 13 23:48:33 EDT 2009


Author: samual
Date: 2009-10-13 23:48:31 -0400 (Tue, 13 Oct 2009)
New Revision: 8123

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
Show a slight mix (0.5) of the team color in the table headers. 

Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-10-14 02:59:07 UTC (rev 8122)
+++ trunk/data/qcsrc/client/sbar.qc	2009-10-14 03:48:31 UTC (rev 8123)
@@ -983,7 +983,7 @@
 	tmp_y = 1.25 * sbar_fontsize_y;
 
 	// rounded header
-	drawpic(pos, "gfx/hud/sb_scoreboard_tableheader", tmp, '0.5 0.5 0.5', sbar_scoreboard_alpha_bg, DRAWFLAG_NORMAL);
+	drawpic(pos, "gfx/hud/sb_scoreboard_tableheader", tmp, (rgb * sbar_color_bg_team) + '0.5 0.5 0.5', sbar_scoreboard_alpha_bg, DRAWFLAG_NORMAL);
 
 	// table border
 	tmp_y += sbar_border_thickness;



More information about the nexuiz-commits mailing list