summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-05-01 17:16:51 +0000
committerbelugas <belugas@openttd.org>2007-05-01 17:16:51 +0000
commit9b7a615887ea3c38113035dee72462441fae4ac3 (patch)
treebf93bc8357cca9a06087d150d441d6b6b9113a71 /src/town_cmd.cpp
parentf25a168c98ff5178f746dcf62f25c073dfbfd043 (diff)
downloadopenttd-9b7a615887ea3c38113035dee72462441fae4ac3.tar.xz
(svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries
Based on FS#289, by pitt2
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 7b220ab9c..60fcead82 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -1251,7 +1251,7 @@ Town *CreateRandomTown(uint attempts, TownSizeMode mode, uint size)
return NULL;
}
-static const byte _num_initial_towns[3] = {11, 23, 46};
+static const byte _num_initial_towns[4] = {5, 11, 23, 46};
bool GenerateTowns()
{