diff --git a/map.cpp b/map.cpp index fcd0042..713966c 100644 --- a/map.cpp +++ b/map.cpp @@ -226,6 +226,6 @@ void Map::generate() { .height = height() }; - partition_map(gen, root, 7); + partition_map(gen, root, 6); draw_map(this, root); // left }