From: Samual Lenks Date: Mon, 26 Aug 2013 04:22:38 +0000 (-0400) Subject: Fix compile X-Git-Tag: xonotic-v0.8.0~354 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=71b72b06cf38dcd8a2f6e162b55125f70708c573;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/server/command/getreplies.qc b/qcsrc/server/command/getreplies.qc index c566a9bad..845e0d1e0 100644 --- a/qcsrc/server/command/getreplies.qc +++ b/qcsrc/server/command/getreplies.qc @@ -310,7 +310,7 @@ string getmaplist() string getlsmaps() { string lsmaps = "", col; - float i, newmaps; + float i, newmaps = 0; for(i = 0; i < MapInfo_count; ++i) {