r4279 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 2 05:28:36 EDT 2008


Author: div0
Date: 2008-09-02 05:28:36 -0400 (Tue, 02 Sep 2008)
New Revision: 4279

Modified:
   trunk/data/qcsrc/server/g_hook.qc
Log:
turn off hook cutting off again


Modified: trunk/data/qcsrc/server/g_hook.qc
===================================================================
--- trunk/data/qcsrc/server/g_hook.qc	2008-09-02 07:44:34 UTC (rev 4278)
+++ trunk/data/qcsrc/server/g_hook.qc	2008-09-02 09:28:36 UTC (rev 4279)
@@ -130,6 +130,7 @@
 	makevectors(self.owner.v_angle);
 	org = self.owner.origin + self.owner.view_ofs + v_forward * 8 - v_right * 8 + v_up * -12;
 
+#if 0
 	tracebox(org, self.mins, self.maxs, self.origin, MOVE_NOMONSTERS, self.owner);
 	// do not hit players with this, as they tend to get in the way just too often
 	// NOTE: this assumes sky brushes cannot get in the way
@@ -152,6 +153,7 @@
 			if(trace_ent.movetype != MOVETYPE_NONE)
 				SetMovetypeFollow(self, trace_ent);
 	}
+#endif
 
 	if(self.rope_length < 0)
 		self.rope_length = vlen(org - self.origin);




More information about the nexuiz-commits mailing list