From 16a948a463feb420d0a1fee654b54a4a7acf165e Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 18 Apr 2007 14:23:30 +0000 Subject: (svn r9667) -Feature: Add the concept of cities. A (configurable) proportion of towns can start off larger, and will grow twice as quickly as other towns. They can also be placed specifically in the scenario editor. Thanks to TheJosh for the initial patch and the idea. --- 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 c1497b814..7a80c7695 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -635,6 +635,7 @@ static const char *_patches_economy[] = { "allow_shares", "town_growth_rate", "larger_towns", + "initial_city_size", }; static const char *_patches_ai[] = { -- cgit v1.2.3-54-g00ecf