From aff49954bf116162d440c48e29bf35fb116d1dd6 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 4 May 2007 16:27:13 +0000 Subject: (svn r9779) -Feature: Add the possiblity to choose different road patterns for towns to use. Possible patterns are : No Road (not available in scenario editor) Original (for the nostalgics) Better Roads (same as original, but based on distance of 2 tiles instead of one) 2x2 grids 3x3 grids Patch by skiddl13 --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index beaa8eff0..f5d846b41 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -609,6 +609,7 @@ static const char *_patches_construction[] = { "drag_signals_density", "oil_refinery_limit", "semaphore_build_before", + "town_layout", }; static const char *_patches_stations[] = { -- cgit v1.2.3-54-g00ecf