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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 30 13:12:03 EST 2010


Author: div0
Date: 2010-01-30 13:12:02 -0500 (Sat, 30 Jan 2010)
New Revision: 8596

Modified:
   trunk/data/qcsrc/server/cl_physics.qc
Log:
what was I thinking... making previous commit compile

Modified: trunk/data/qcsrc/server/cl_physics.qc
===================================================================
--- trunk/data/qcsrc/server/cl_physics.qc	2010-01-30 18:07:53 UTC (rev 8595)
+++ trunk/data/qcsrc/server/cl_physics.qc	2010-01-30 18:12:02 UTC (rev 8596)
@@ -412,7 +412,7 @@
 		return;
 #endif
 
-	k *= bound(0, wishspeed / maxairspd, 1);
+	k *= bound(0, wishspeed / sv_maxairspeed, 1);
 
 	zspeed = self.velocity_z;
 	self.velocity_z = 0;



More information about the nexuiz-commits mailing list