r2706 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 28 07:13:48 EDT 2007


Author: div0
Date: 2007-05-28 07:13:47 -0400 (Mon, 28 May 2007)
New Revision: 2706

Modified:
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
oops, forgot to commit this to trunk


Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2007-05-28 09:17:14 UTC (rev 2705)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2007-05-28 11:13:47 UTC (rev 2706)
@@ -168,6 +168,7 @@
 			self.model = "";
 	}
 	self.effects = self.owner.effects | EF_LOWPRECISION;
+	self.effects = self.effects - (self.effects & (EF_FULLBRIGHT)); // can mask team color, so get rid of it
 
 	if (self.flags & FL_FLY)
 		// owner is currently being teleported, so don't apply EF_NODRAW otherwise the viewmodel would "blink"




More information about the nexuiz-commits mailing list