From 6e5dd7942f94972651d3b3c9596f9da3bc43b646 Mon Sep 17 00:00:00 2001 From: miham Date: Sat, 17 Feb 2007 21:56:22 +0000 Subject: (svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it) --- src/town_cmd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/town_cmd.cpp') diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index b79b5e211..e8dabf999 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1088,12 +1088,12 @@ Town *CreateRandomTown(uint attempts, uint size_mode) return NULL; } -static const byte _num_initial_towns[3] = {11, 23, 46}; +static const byte _num_initial_towns[3] = {4, 17, 29}; bool GenerateTowns(void) { uint num = 0; - uint n = ScaleByMapSize(_num_initial_towns[_opt.diff.number_towns] + (Random() & 7)); + uint n = ScaleByMapSize(_num_initial_towns[_opt.diff.number_towns] + (Random() & 3)); SetGeneratingWorldProgress(GWP_TOWN, n); -- cgit v1.2.3-70-g09d2