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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 23 10:24:03 EST 2010


Author: div0
Date: 2010-01-23 10:24:03 -0500 (Sat, 23 Jan 2010)
New Revision: 8535

Modified:
   trunk/data/qcsrc/common/util.qc
Log:
fix a warning

Modified: trunk/data/qcsrc/common/util.qc
===================================================================
--- trunk/data/qcsrc/common/util.qc	2010-01-23 15:10:30 UTC (rev 8534)
+++ trunk/data/qcsrc/common/util.qc	2010-01-23 15:24:03 UTC (rev 8535)
@@ -737,7 +737,7 @@
 string mapPriorityList(string order, string(string) mapfunc)
 {
 	string neworder;
-	float i, n, w;
+	float i, n;
 
 	n = tokenize_console(order);
 	neworder = "";



More information about the nexuiz-commits mailing list