]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Tue, 29 Dec 2015 09:52:40 +0000 (19:52 +1000)
committerMario <mario@smbclan.net>
Tue, 29 Dec 2015 09:52:40 +0000 (19:52 +1000)
qcsrc/server/mapvoting.qc

index f59866b29b12bd3c066e28a1b6b5eea5984e38e4..a414cd5ff94cff6835291e8f86cc86095cbff40d 100644 (file)
@@ -484,7 +484,7 @@ void MapVote_CheckRules_1()
 {
        int j;
 
-       for(j = 0; i < mapvote_count; ++j)
+       for(j = 0; j < mapvote_count; ++j)
                if( mapvote_maps_flags[j] & GTV_AVAILABLE )
                {
                        //dprint("Map ", ftos(j), ": "); dprint(mapvote_maps[j], "\n");