diff options
author | peter1138 <peter1138@openttd.org> | 2019-02-22 18:14:06 +0000 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-04-25 09:14:01 +0200 |
commit | b6733edd172cb8488f81245addf613152f8a8015 (patch) | |
tree | 3f047d32e02f23a8e41bda2307c913daad24073f /src/widgets/station_widget.h | |
parent | 37daf430379610536b5725fabd07847907499d41 (diff) | |
download | openttd-b6733edd172cb8488f81245addf613152f8a8015.tar.xz |
Feature: Add coverage area display for existing stations.
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r-- | src/widgets/station_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h index 82fe392e3..f9b5b266a 100644 --- a/src/widgets/station_widget.h +++ b/src/widgets/station_widget.h @@ -30,6 +30,7 @@ enum StationViewWidgets { WID_SV_ROADVEHS, ///< List of scheduled road vehs button. WID_SV_SHIPS, ///< List of scheduled ships button. WID_SV_PLANES, ///< List of scheduled planes button. + WID_SV_CATCHMENT, ///< Toggle catchment area highlight. }; /** Widgets of the #CompanyStationsWindow class. */ |