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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 9 07:17:29 EDT 2009


Author: div0
Date: 2009-09-09 07:17:28 -0400 (Wed, 09 Sep 2009)
New Revision: 7704

Modified:
   trunk/data/qcsrc/server/t_items.qc
Log:
another attempt...


Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2009-09-09 11:13:30 UTC (rev 7703)
+++ trunk/data/qcsrc/server/t_items.qc	2009-09-09 11:17:28 UTC (rev 7704)
@@ -72,11 +72,11 @@
 		// make the item translucent green and not touchable
 		e.model = e.mdl;
 		e.solid = SOLID_NOT;
-		e.effects |= EF_ADDITIVE;
+		// e.effects |= EF_ADDITIVE;
 			// we need this to prevent weird display because of
-			// missing depth sorting
+			// missing depth sorting - or maybe not
 		//e.colormod = '0.2 1 0.2';
-		e.alpha = 0.2;
+		e.alpha = 0.1;
 	}
 
 	// relink entity (because solid may have changed)



More information about the nexuiz-commits mailing list