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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 8 13:29:26 EDT 2009


Author: div0
Date: 2009-08-08 13:29:26 -0400 (Sat, 08 Aug 2009)
New Revision: 7394

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
fix unused var


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-08-08 16:50:52 UTC (rev 7393)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-08-08 17:29:26 UTC (rev 7394)
@@ -100,7 +100,7 @@
 
 string GameCommand_Markup(string s2)
 {
-	float red, ccase, i, j, x;
+	float red, ccase, i, j;
 	string s, s3;
 
 	GameCommand_MarkupInit();



More information about the nexuiz-commits mailing list