(svn r9613) -Feature: Make it possible to have some control over the town growth. The

default rate is TTD's original rate, and to approximate OpenTTD's previous
behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be
switched off entirely, and if so, buildings will not be rebuilt. It is also
possible to specify a proportion of towns that grow twice as fast as the
others.
This commit is contained in:
maedhros
2007-04-12 17:24:34 +00:00
parent 3d81de8d7e
commit f2a14a813a
7 changed files with 52 additions and 30 deletions

View File

@@ -637,6 +637,8 @@ static const char *_patches_economy[] = {
"ending_year",
"smooth_economy",
"allow_shares",
"town_growth_rate",
"larger_towns",
};
static const char *_patches_ai[] = {