[nexuiz-commits] r7706 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 9 07:25:54 EDT 2009


Author: div0
Date: 2009-09-09 07:25:54 -0400 (Wed, 09 Sep 2009)
New Revision: 7706

Modified:
   trunk/data/qcsrc/server/t_items.qc
Log:
that's it. Now alpha in the middle of the two, and it's perfect.


Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2009-09-09 11:20:54 UTC (rev 7705)
+++ trunk/data/qcsrc/server/t_items.qc	2009-09-09 11:25:54 UTC (rev 7706)
@@ -76,7 +76,7 @@
 			// we need this to prevent weird display because of
 			// missing depth sorting - or maybe not
 		//e.colormod = '0.2 1 0.2';
-		e.alpha = 0.2;
+		e.alpha = 0.15;
 
 		// special cases
 		if (e.strength_finished || e.invincible_finished)



More information about the nexuiz-commits mailing list