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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jun 5 05:42:17 EDT 2009


Author: div0
Date: 2009-06-05 05:42:17 -0400 (Fri, 05 Jun 2009)
New Revision: 6869

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
ncrease build distance (it's a cheat anyway)


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2009-06-05 07:53:46 UTC (rev 6868)
+++ trunk/data/qcsrc/server/clientcommands.qc	2009-06-05 09:42:17 UTC (rev 6869)
@@ -348,7 +348,7 @@
 			//   modelname mode
 			f = stof(argv(2));
 			W_SetupShot(self, FALSE, FALSE, "");
-			traceline(w_shotorg, w_shotorg + w_shotdir * 512, MOVE_NORMAL, self);
+			traceline(w_shotorg, w_shotorg + w_shotdir * 2048, MOVE_NORMAL, self);
 			if((trace_dphitq3surfaceflags & Q3SURFACEFLAG_NOIMPACT) || trace_fraction == 1)
 			{
 				sprint(self, "cannot make stuff there (bad surface)\n");



More information about the nexuiz-commits mailing list