diff -r 34aab4f48b8f -r ea55b6046015 src/variables.h --- a/src/variables.h Fri May 04 07:08:35 2007 +0000 +++ b/src/variables.h Fri May 04 16:27:13 2007 +0000 @@ -231,6 +231,8 @@ uint8 initial_city_size; ///< Multiplier for the initial size of the cities compared to towns bool pause_on_newgame; ///< Whether to start new games paused or not. + + TownLayout town_layout; ///< Select town layout }; VARDEF Patches _patches;