r6056 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 6 05:55:17 EST 2009


Author: div0
Date: 2009-03-06 05:55:15 -0500 (Fri, 06 Mar 2009)
New Revision: 6056

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
add a TODO comment :P


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-03-06 10:24:01 UTC (rev 6055)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-03-06 10:55:15 UTC (rev 6056)
@@ -116,6 +116,7 @@
 		}
 		else if(argv(1) == "shuffle" && argc == 2)
 		{
+			// TODO make this work for huge lists
 			s = cvar_string("g_maplist");
 			for(i = 1; i < (n = tokenizebyseparator(s, " ")); ++i)
 			{




More information about the nexuiz-commits mailing list