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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 14 08:04:20 EDT 2009


Author: div0
Date: 2009-08-14 08:04:19 -0400 (Fri, 14 Aug 2009)
New Revision: 7438

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
cts/race: enable cl_movecliptokeyboard (new in engine) to prevent prediction errors


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2009-08-14 10:57:19 UTC (rev 7437)
+++ trunk/data/qcsrc/server/cl_client.qc	2009-08-14 12:04:19 UTC (rev 7438)
@@ -1243,6 +1243,8 @@
 {
 	// send prediction settings to the client
 	stuffcmd(e, "\nin_bindmap 0 0\n");
+	if(g_race || g_cts)
+		stuffcmd(e, "cl_cmd settemp cl_movecliptokeyboard 2\n");
 	/*
 	 * we no longer need to stuff this. Remove this comment block if you feel
 	 * 2.3 and higher (or was it 2.2.3?) don't need these any more



More information about the nexuiz-commits mailing list