diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2018-03-20 17:06:39 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2018-04-29 19:26:05 +0200 |
commit | 19f5a6cbb07a3d9edcfee083f6b211b6023f1292 (patch) | |
tree | 42acf471b3b5c77562e1f6bccd60cea6e874d284 /src/widgets | |
parent | 430e20f7e443de7d6b5ffa4e0835ddcbb390ed6d (diff) | |
download | openttd-19f5a6cbb07a3d9edcfee083f6b211b6023f1292.tar.xz |
Feature #6090: Change music set during gameplay
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/music_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/music_widget.h b/src/widgets/music_widget.h index 3a99bc615..c8e6a9818 100644 --- a/src/widgets/music_widget.h +++ b/src/widgets/music_widget.h @@ -14,9 +14,11 @@ /** Widgets of the #MusicTrackSelectionWindow class. */ enum MusicTrackSelectionWidgets { + WID_MTS_CAPTION, ///< Window caption. WID_MTS_LIST_LEFT, ///< Left button. WID_MTS_PLAYLIST, ///< Playlist. WID_MTS_LIST_RIGHT, ///< Right button. + WID_MTS_MUSICSET, ///< Music set selection. WID_MTS_ALL, ///< All button. WID_MTS_OLD, ///< Old button. WID_MTS_NEW, ///< New button. |