[nexuiz-commits] r7935 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 27 01:27:39 EDT 2009


Author: lordhavoc
Date: 2009-09-27 01:27:39 -0400 (Sun, 27 Sep 2009)
New Revision: 7935

Modified:
   trunk/data/qcsrc/client/movetypes.qc
Log:
changed MAX_CLIP_PLANES from 32 to 5 to improve performance of gibs


Modified: trunk/data/qcsrc/client/movetypes.qc
===================================================================
--- trunk/data/qcsrc/client/movetypes.qc	2009-09-27 04:26:55 UTC (rev 7934)
+++ trunk/data/qcsrc/client/movetypes.qc	2009-09-27 05:27:39 UTC (rev 7935)
@@ -210,7 +210,7 @@
 	return trace_fraction;
 }
 
-#define MAX_CLIP_PLANES 32
+#define MAX_CLIP_PLANES 5
 void _Movetype_Physics_Toss(float dt) // SV_Physics_Toss
 {
 	if(self.move_flags & FL_ONGROUND)



More information about the nexuiz-commits mailing list