diff options
Diffstat (limited to 'src/widgets/road_widget.h')
-rw-r--r-- | src/widgets/road_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/road_widget.h b/src/widgets/road_widget.h index f022489e5..d12d870c5 100644 --- a/src/widgets/road_widget.h +++ b/src/widgets/road_widget.h @@ -23,6 +23,7 @@ enum RoadToolbarWidgets { WID_ROT_BUS_STATION, ///< Build bus station. WID_ROT_TRUCK_STATION, ///< Build truck station. WID_ROT_ONE_WAY, ///< Build one-way road. + WID_ROT_TRAFFIC_LIGHT, ///< Build trafficlights. WID_ROT_BUILD_BRIDGE, ///< Build bridge. WID_ROT_BUILD_TUNNEL, ///< Build tunnel. WID_ROT_REMOVE, ///< Remove road. |