forked from mirror/OpenTTD
(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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user