* Resets the rail GUI - sets default railtype to build * and resets the signal GUI */
| 2013 | * and resets the signal GUI |
| 2014 | */ |
| 2015 | void InitializeRailGUI() |
| 2016 | { |
| 2017 | SetDefaultRailGui(); |
| 2018 | |
| 2019 | _convert_signal_button = false; |
| 2020 | _cur_signal_type = _settings_client.gui.default_signal_type; |
| 2021 | ResetSignalVariant(); |
| 2022 | } |
| 2023 | |
| 2024 | /** |
| 2025 | * Create a drop down list for all the rail types of the local company. |
no test coverage detected