src/variables.h
changeset 7067 ea55b6046015
parent 7039 a20ddaf4dc97
child 7073 72dc5a55e16b
--- 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;