[quake3-commits] r1546 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri May 8 05:13:16 EDT 2009
Author: ludwig
Date: 2009-05-08 05:13:16 -0400 (Fri, 08 May 2009)
New Revision: 1546
Modified:
trunk/code/qcommon/cvar.c
Log:
make Cvar_Command use all arguments just like Cvar_Set_f (#4063)
Modified: trunk/code/qcommon/cvar.c
===================================================================
--- trunk/code/qcommon/cvar.c 2009-05-08 09:13:13 UTC (rev 1545)
+++ trunk/code/qcommon/cvar.c 2009-05-08 09:13:16 UTC (rev 1546)
@@ -652,7 +652,7 @@
}
// set the value if forcing isn't required
- Cvar_Set2 (v->name, Cmd_Argv(1), qfalse);
+ Cvar_Set2 (v->name, Cmd_Args(), qfalse);
return qtrue;
}
More information about the quake3-commits
mailing list