From df0bb0173f5b30cd0118456c397893e8920d711d Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 23 Jan 2010 15:24:03 +0000 Subject: [PATCH] fix a warning git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8535 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/common/util.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/common/util.qc b/data/qcsrc/common/util.qc index 6f2c4485a..df75b5b76 100644 --- a/data/qcsrc/common/util.qc +++ b/data/qcsrc/common/util.qc @@ -737,7 +737,7 @@ string fixPriorityList(string order, float from, float to, float subtract, float string mapPriorityList(string order, string(string) mapfunc) { string neworder; - float i, n, w; + float i, n; n = tokenize_console(order); neworder = ""; -- 2.39.2