[quake3-commits] r1658 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 11 23:21:03 EDT 2009


Author: thilo
Date: 2009-10-11 23:21:02 -0400 (Sun, 11 Oct 2009)
New Revision: 1658

Modified:
   trunk/code/client/cl_main.c
Log:
Don't need a call to va() for this


Modified: trunk/code/client/cl_main.c
===================================================================
--- trunk/code/client/cl_main.c	2009-10-12 03:20:44 UTC (rev 1657)
+++ trunk/code/client/cl_main.c	2009-10-12 03:21:02 UTC (rev 1658)
@@ -1695,7 +1695,7 @@
 =================
 */
 void CL_ResetPureClientAtServer( void ) {
-	CL_AddReliableCommand(va("vdr"), qfalse);
+	CL_AddReliableCommand("vdr", qfalse);
 }
 
 /*



More information about the quake3-commits mailing list