(svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble.

This commit is contained in:
frosch
2010-03-21 15:16:05 +00:00
parent e188c5d87c
commit 475c2959bd
51 changed files with 4 additions and 69 deletions

View File

@@ -340,7 +340,6 @@ struct EconomySettings {
bool give_money; ///< allow giving other companies money
bool mod_road_rebuild; ///< roadworks remove unneccesary RoadBits
bool multiple_industry_per_town; ///< allow many industries of the same type per town
bool same_industry_close; ///< allow same type industries to be built close to each other
uint8 town_growth_rate; ///< town growth rate
uint8 larger_towns; ///< the number of cities to build. These start off larger and grow twice as fast
uint8 initial_city_size; ///< multiplier for the initial size of the cities compared to towns