magic number
This commit is contained in:
parent
177b197a5e
commit
099156218f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ config cave_map_generator::create_scenario(const std::vector<std::string>& /*arg
|
|||
config& map = res_.add_child("map");
|
||||
map["data"] = t_translation::write_game_map(map_, starting_positions_);
|
||||
map["usage"] = "map";
|
||||
map["border_size"] = 1;
|
||||
map["border_size"] = gamemap::default_border;
|
||||
|
||||
LOG_NG << "returning result...\n";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue