r4852 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 24 03:09:34 EDT 2008


Author: div0
Date: 2008-10-24 03:09:33 -0400 (Fri, 24 Oct 2008)
New Revision: 4852

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
explicitly set dphitcontentsmask on players


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2008-10-24 06:37:10 UTC (rev 4851)
+++ trunk/data/qcsrc/server/cl_client.qc	2008-10-24 07:09:33 UTC (rev 4852)
@@ -629,6 +629,7 @@
 		self.iscreature = TRUE;
 		self.movetype = MOVETYPE_WALK;
 		self.solid = SOLID_SLIDEBOX;
+		self.dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_PLAYERCLIP;
 		if(independent_players)
 			MAKE_INDEPENDENT_PLAYER(self);
 		self.flags = FL_CLIENT;




More information about the nexuiz-commits mailing list