The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999+ on October 21, 2009, 12:00:55 pm

Title: [bug r2812] Cities don't grow
Post by: z9999+ on October 21, 2009, 12:00:55 pm
r2812
- Initial map (small island) doesn't grow with "Grow city" tool.
- When I load saved game, and use "Grow city" tool. Renovation and new city buildings are very few.
- When I build a new city by tool, city doesn't have any city buildings.

These problem didn't happen in 102.2.
Title: Re: [bug r2812] Cities don't grow
Post by: Dwachs on October 21, 2009, 07:12:43 pm
It appears that there the random number is called at the wrong time with respect to the network mode :/ so it returns always zero, which means in this case that the northwestcorner of the city is tested for building a new house, which usually fails.
Title: Re: [bug r2812] Cities don't grow
Post by: prissi on October 21, 2009, 08:05:15 pm
Will investigate this furhter ... but maybe just ignore this in not network mode.
Title: Re: [bug r2812] Cities don't grow
Post by: z9999+ on October 22, 2009, 10:02:51 am
Solved in r2818. Thank you.