src/variables.h
changeset 7067 ea55b6046015
parent 7039 a20ddaf4dc97
child 7073 72dc5a55e16b
equal deleted inserted replaced
7066:34aab4f48b8f 7067:ea55b6046015
   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