[nexuiz-commits] r7388 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 8 08:42:07 EDT 2009


Author: div0
Date: 2009-08-08 08:42:07 -0400 (Sat, 08 Aug 2009)
New Revision: 7388

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
fix accidentally not commented out stuff in gamecommand markup


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-08-08 04:34:44 UTC (rev 7387)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-08-08 12:42:07 UTC (rev 7388)
@@ -103,17 +103,6 @@
 	float red, ccase, i, j, x;
 	string s, s3;
 
-	x = 0;
-	for(i = 0; i < 16; ++i)
-	{
-		for(j = 0; j < 16; ++j)
-		{
-			print(chr2str(x));
-			++x;
-		}
-		print("\n");
-	}
-
 	GameCommand_MarkupInit();
 
 	s = "";



More information about the nexuiz-commits mailing list