r2264 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 27 18:27:33 EDT 2007


Author: div0
Date: 2007-03-27 18:27:33 -0400 (Tue, 27 Mar 2007)
New Revision: 2264

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
edgefriction 1, not 0!


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2007-03-27 21:16:01 UTC (rev 2263)
+++ trunk/data/qcsrc/server/cl_client.qc	2007-03-27 22:27:33 UTC (rev 2264)
@@ -669,7 +669,7 @@
 	stuffcmd(e, strcat("set cl_movement_friction_on_land ", ftos(cvar("sv_friction_on_land")), "\n"));
 	stuffcmd(e, strcat("set cl_movement_airaccel_qw ", ftos(cvar("sv_airaccel_qw")), "\n"));
 	stuffcmd(e, strcat("set cl_movement_airaccel_sideways_friction ", ftos(cvar("sv_airaccel_sideways_friction")), "\n"));
-	stuffcmd(e, strcat("cl_movement_edgefriction 0\n"));
+	stuffcmd(e, strcat("cl_movement_edgefriction 1\n"));
 }
 
 /*




More information about the nexuiz-commits mailing list