else
DrawItem(pos + MapVote_GridVec(dist, i, mv_columns), dist.y, dist.x, map, "", tmp, i);
}
+
+ if(mv_abstain)
+ ++mv_num_maps;
+
+ if(mv_abstain && i < mv_num_maps) {
+ tmp = mv_votes[i];
+ pos.y = ymax + abstain_spacing;
+ pos.x = (xmax + xmin) * 0.5;
+ MapVote_DrawAbstain(pos, dist.x, xmax - xmin, tmp, i);
+ }
+
if (mv_winner)
{
// expand winner map image
MapVote_DrawMapPicture(mv_pics[mv_winner - 1], img_pos, img_size, theAlpha);
}
-
- if(mv_abstain)
- ++mv_num_maps;
-
- if(mv_abstain && i < mv_num_maps) {
- tmp = mv_votes[i];
- pos.y = ymax + abstain_spacing;
- pos.x = (xmax+xmin)*0.5;
- MapVote_DrawAbstain(pos, dist.x, xmax - xmin, tmp, i);
- }
}
void Cmd_MapVote_MapDownload(int argc)