summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2021-10-17 19:24:50 +0100
committerGitHub <noreply@github.com>2021-10-17 19:24:50 +0100
commit0853c1979ba3c778f0d1628276ed8cbe968b328e (patch)
treed4f41ceb6439658788293555b7a8247c228f2115 /src/widgets
parent3b7daca83207636d84bd0232ce91ed8e9616b12f (diff)
downloadopenttd-0853c1979ba3c778f0d1628276ed8cbe968b328e.tar.xz
Feature: Button to toggle showing advanced signal types (#9617)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/rail_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/rail_widget.h b/src/widgets/rail_widget.h
index 803599e3a..2874bac45 100644
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -79,6 +79,7 @@ enum BuildRailStationWidgets {
/** Widgets of the #BuildSignalWindow class. */
enum BuildSignalWidgets {
WID_BS_CAPTION, ///< Caption for the Signal Selection window.
+ WID_BS_TOGGLE_SIZE, ///< Toggle showing advanced signal types.
WID_BS_SEMAPHORE_NORM, ///< Build a semaphore normal block signal.
WID_BS_SEMAPHORE_ENTRY, ///< Build a semaphore entry block signal.
WID_BS_SEMAPHORE_EXIT, ///< Build a semaphore exit block signal.