summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index bebc1cc42..2c32aa7a7 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -231,6 +231,8 @@ struct Patches {
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;