summaryrefslogtreecommitdiff
path: root/src/widgets/road_widget.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-16 15:49:21 +0100
committerErich Eckner <git@eckner.net>2018-11-16 19:12:17 +0100
commit8cfa934c533a8aa06379835e57e4f28abc1f2346 (patch)
tree729123eee929c74fa751987b95160fb15551c8b1 /src/widgets/road_widget.h
parent7bd8e6c67f1caac99c9aadca791b7edad63d52e7 (diff)
downloadopenttd-underground-station-construction.tar.xz
began to code multy-layer-build for stationsunderground-station-construction
Diffstat (limited to 'src/widgets/road_widget.h')
-rw-r--r--src/widgets/road_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/road_widget.h b/src/widgets/road_widget.h
index f022489e5..12b71dd42 100644
--- a/src/widgets/road_widget.h
+++ b/src/widgets/road_widget.h
@@ -51,6 +51,8 @@ enum BuildRoadStationWidgets {
WID_BROS_STATION_Y, ///< Drive-through station in y-direction.
WID_BROS_LT_OFF, ///< Turn off area highlight.
WID_BROS_LT_ON, ///< Turn on area highlight.
+ WID_BROS_ELEVATOR_OFF, ///< No elevator station.
+ WID_BROS_ELEVATOR_ON, ///< Elevator station.
WID_BROS_INFO, ///< Station acceptance info.
};