(svn r9762) -Feature: Two new difficulty settings : Very low number of towns and very low number of industries

Based on FS#289, by pitt2
This commit is contained in:
belugas
2007-05-01 17:16:51 +00:00
parent f25a168c98
commit 9b7a615887
7 changed files with 25 additions and 12 deletions

View File

@@ -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()
{