mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 15:09:10 +00:00
Feature: Button to toggle showing advanced signal types (#9617)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user