diff options
author | michi_cc <michi_cc@openttd.org> | 2012-02-14 17:04:06 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2012-02-14 17:04:06 +0000 |
commit | f2c694c8fbfb775dc239ab1c6447d3744d1c84c7 (patch) | |
tree | af7e8b3e3689ad2e9e0db8ef56a8c7ea7521b373 /src/widgets | |
parent | 347157cb8ce016428275d6143b555de1dc802133 (diff) | |
download | openttd-f2c694c8fbfb775dc239ab1c6447d3744d1c84c7.tar.xz |
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/timetable_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/timetable_widget.h b/src/widgets/timetable_widget.h index 1661bb219..09beb6167 100644 --- a/src/widgets/timetable_widget.h +++ b/src/widgets/timetable_widget.h @@ -29,6 +29,8 @@ enum VehicleTimetableWidgets { WID_VT_SHARED_ORDER_LIST, ///< Show the shared order list. WID_VT_ARRIVAL_DEPARTURE_SELECTION, ///< Disable/hide the arrival departure panel. WID_VT_EXPECTED_SELECTION, ///< Disable/hide the expected selection button. + WID_VT_CHANGE_SPEED, ///< Change speed limit button. + WID_VT_CLEAR_SPEED, ///< Clear speed limit button. }; #endif /* WIDGETS_TIMETABLE_WIDGET_H */ |