| 573 | } |
| 574 | |
| 575 | void SettingsDisableElrail(int32_t new_value) |
| 576 | { |
| 577 | bool disable = (new_value != 0); |
| 578 | UpdateDisableElrailSettingState(disable, true); |
| 579 | } |
| 580 | |
| 581 | void UpdateDisableElrailSettingState(bool disable, bool update_vehicles) |
| 582 | { |
no test coverage detected