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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 27 13:48:48 EST 2010


Author: div0
Date: 2010-02-27 13:48:48 -0500 (Sat, 27 Feb 2010)
New Revision: 8680

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
hm... does cl_prydoncursor -1 really do what I want? Better not do that yet.

Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2010-02-27 18:48:02 UTC (rev 8679)
+++ trunk/data/qcsrc/server/cl_client.qc	2010-02-27 18:48:48 UTC (rev 8680)
@@ -1293,7 +1293,8 @@
 	if(g_race || g_cts)
 		stuffcmd(e, "cl_cmd settemp cl_movecliptokeyboard 2\n");
 	if(cvar("g_antilag") == 3) // client side hitscan
-		stuffcmd(e, "cl_cmd settemp cl_prydoncursor -1\ncl_cmd settemp cl_prydoncursor_notrace 0\n");
+		//stuffcmd(e, "cl_cmd settemp cl_prydoncursor -1\ncl_cmd settemp cl_prydoncursor_notrace 0\n");
+		stuffcmd(e, "cl_cmd settemp cl_prydoncursor_notrace 0\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