summaryrefslogtreecommitdiff
path: root/src/widgets/toolbar_widget.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-06 10:32:32 +0100
committerErich Eckner <git@eckner.net>2018-11-16 19:11:46 +0100
commitf39883d9937654a06251d0eb4d47d33d6c0f28eb (patch)
tree5060837516f986b52788082155d4b55e66d529d4 /src/widgets/toolbar_widget.h
parent5bd02daf1cf098831b095a46b1d0e0b2395d576e (diff)
downloadopenttd-f39883d9937654a06251d0eb4d47d33d6c0f28eb.tar.xz
separate menu entry for underground stuff
Diffstat (limited to 'src/widgets/toolbar_widget.h')
-rw-r--r--src/widgets/toolbar_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h
index c317fc957..280d0f969 100644
--- a/src/widgets/toolbar_widget.h
+++ b/src/widgets/toolbar_widget.h
@@ -42,6 +42,7 @@ enum ToolbarNormalWidgets {
WID_TN_WATER, ///< Water building toolbar.
WID_TN_AIR, ///< Airport building toolbar.
WID_TN_LANDSCAPE, ///< Landscaping toolbar.
+ WID_TN_UNDERGROUND, ///< Landscaping toolbar.
WID_TN_MUSIC_SOUND, ///< Music/sound configuration menu.
WID_TN_MESSAGES, ///< Messages menu.
WID_TN_HELP, ///< Help menu.