stop aligning columns in the map file format
This commit is contained in:
parent
33c657059d
commit
ea302889c4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue