From 475c2959bd119190d2c5f2196717de2f8849c99b Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 21 Mar 2010 15:16:05 +0000 Subject: (svn r19499) -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. --- src/settings_type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index 4adabf0b5..8f22553d0 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -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 -- cgit v1.2.3-54-g00ecf