From 997a3ab45b2db5d799cb18648e98e8e4a10a3d62 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 28 Sep 2024 04:07:32 -0400 Subject: [PATCH] Lots of nice options for tweaking and settings. Next step is the cleanup and then connecting rooms. --- map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }