summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index ce938ea06..b0f4a5c72 100644
--- a/src/town.h
+++ b/src/town.h
@@ -101,6 +101,8 @@ struct Town : TownPool::PoolItem<&_town_pool> {
bool larger_town; ///< if this is a larger town and should grow more quickly
TownLayout layout; ///< town specific road layout
+ bool show_zone; ///< NOSAVE: mark town to show the local authority zone in the viewports
+
std::list<PersistentStorage *> psa_list;
/**