summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorPeter Nelson <peter1138@openttd.org>2018-04-13 21:03:11 +0100
committerMichael Lutz <michi@icosahedron.de>2019-05-01 21:36:27 +0200
commit21edf67f89c60351d5a0d84625455aa296b6b950 (patch)
tree2f7361a56cf87a2bf33f62e4939878f5e32ef9b3 /src/widgets
parent08f00151f1009e9c430b5623c65f0eb1c158592c (diff)
downloadopenttd-21edf67f89c60351d5a0d84625455aa296b6b950.tar.xz
Codechange: Untangle game and scenario toolbars.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbar_widget.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h
index c317fc957..5f0c1b5a4 100644
--- a/src/widgets/toolbar_widget.h
+++ b/src/widgets/toolbar_widget.h
@@ -70,10 +70,9 @@ enum ToolbarEditorWidgets {
WID_TE_TREES, ///< Tree building toolbar.
WID_TE_SIGNS, ///< Sign building.
WID_TE_DATE_PANEL, ///< Container for the date widgets.
- /* The following three need to have the same actual widget number as the normal toolbar due to shared code. */
- WID_TE_MUSIC_SOUND = WID_TN_MUSIC_SOUND, ///< Music/sound configuration menu.
- WID_TE_HELP = WID_TN_HELP, ///< Help menu.
- WID_TE_SWITCH_BAR = WID_TN_SWITCH_BAR, ///< Only available when toolbar has been split to switch between different subsets.
+ WID_TE_MUSIC_SOUND, ///< Music/sound configuration menu.
+ WID_TE_HELP, ///< Help menu.
+ WID_TE_SWITCH_BAR, ///< Only available when toolbar has been split to switch between different subsets.
};
#endif /* WIDGETS_TOOLBAR_WIDGET_H */