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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 3 12:28:18 EDT 2009


Author: fruitiex
Date: 2009-10-03 12:28:18 -0400 (Sat, 03 Oct 2009)
New Revision: 8030

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fade out the keyhunt icons when opening the menu


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-10-03 16:11:00 UTC (rev 8029)
+++ trunk/data/qcsrc/client/sbar.qc	2009-10-03 16:28:18 UTC (rev 8030)
@@ -2856,6 +2856,8 @@
 				aa = 0.5;
 				break;
 		}
+		a = a * sbar_alpha_fg;
+		aa = aa * sbar_alpha_fg;
 		if(a > 0)
 		{
 			switch(keyteam)



More information about the nexuiz-commits mailing list