From 9b7a615887ea3c38113035dee72462441fae4ac3 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 1 May 2007 17:16:51 +0000 Subject: (svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries Based on FS#289, by pitt2 --- src/town_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_cmd.cpp') 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() { -- cgit v1.2.3-70-g09d2