equal
deleted
inserted
replaced
229 uint8 town_growth_rate; ///< Town growth rate |
229 uint8 town_growth_rate; ///< Town growth rate |
230 uint8 larger_towns; ///< The number of cities to build. These start off larger and grow twice as fast |
230 uint8 larger_towns; ///< The number of cities to build. These start off larger and grow twice as fast |
231 uint8 initial_city_size; ///< Multiplier for the initial size of the cities compared to towns |
231 uint8 initial_city_size; ///< Multiplier for the initial size of the cities compared to towns |
232 |
232 |
233 bool pause_on_newgame; ///< Whether to start new games paused or not. |
233 bool pause_on_newgame; ///< Whether to start new games paused or not. |
|
234 |
|
235 TownLayout town_layout; ///< Select town layout |
234 }; |
236 }; |
235 |
237 |
236 VARDEF Patches _patches; |
238 VARDEF Patches _patches; |
237 |
239 |
238 |
240 |