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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 16 03:24:24 EDT 2009


Author: div0
Date: 2009-03-16 03:24:22 -0400 (Mon, 16 Mar 2009)
New Revision: 6187

Modified:
   trunk/data/qcsrc/server/cl_weaponsystem.qc
Log:
don't inherit dlight causing effects to the first person model


Modified: trunk/data/qcsrc/server/cl_weaponsystem.qc
===================================================================
--- trunk/data/qcsrc/server/cl_weaponsystem.qc	2009-03-16 07:19:57 UTC (rev 6186)
+++ trunk/data/qcsrc/server/cl_weaponsystem.qc	2009-03-16 07:24:22 UTC (rev 6187)
@@ -426,7 +426,7 @@
 	}
 
 	tb = (self.effects & EF_TELEPORT_BIT);
-	self.effects = self.owner.effects;
+	self.effects = self.owner.effects & EFMASK_CHEAP;
 	self.effects &~= EF_LOWPRECISION;
 	self.effects &~= EF_FULLBRIGHT; // can mask team color, so get rid of it
 	self.effects &~= EF_TELEPORT_BIT;



More information about the nexuiz-commits mailing list