summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index 48e1c9b00..37af61068 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -1444,7 +1444,7 @@ static void ScenEditTownGenWndProc(Window *w, WindowEvent *e)
HandleButtonClick(w, 4);
_generating_world = true;
- t = CreateRandomTown();
+ t = CreateRandomTown(20);
_generating_world = false;
if (t != NULL)
ScrollMainWindowToTile(t->xy);