stop aligning columns in the map file format

This commit is contained in:
Simon Forsyth 2012-02-23 00:03:12 +00:00
parent 33c657059d
commit ea302889c4

View file

@ -406,7 +406,7 @@ std::string write_game_map(const t_map& map, std::map<int, coordinate> starting_
if(x != 0) {
str << ", ";
}
str << number_to_string_(map[x][y], starting_position, 12);
str << number_to_string_(map[x][y], starting_position);
}
str << "\n";