summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-03-30 16:59:43 +0000
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-25 09:14:01 +0200
commit81d335b081db006ddb883e2452f73984442f9823 (patch)
tree619035d47c5c68f12c8e796a803cd4c7c6e4576c /src/widgets
parent81f0f9740690d0f3307d946d848375e269c8d2ee (diff)
downloadopenttd-81d335b081db006ddb883e2452f73984442f9823.tar.xz
Feature: Add station coverage area display for towns.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/town_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/town_widget.h b/src/widgets/town_widget.h
index 4f5443c36..2559423ce 100644
--- a/src/widgets/town_widget.h
+++ b/src/widgets/town_widget.h
@@ -39,6 +39,7 @@ enum TownViewWidgets {
WID_TV_CENTER_VIEW, ///< Center the main view on this town.
WID_TV_SHOW_AUTHORITY, ///< Show the town authority window.
WID_TV_CHANGE_NAME, ///< Change the name of this town.
+ WID_TV_CATCHMENT, ///< Toggle catchment area highlight.
WID_TV_EXPAND, ///< Expand this town (scenario editor only).
WID_TV_DELETE, ///< Delete this town (scenario editor only).
};