MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SettingsDisableElrail

Function SettingsDisableElrail

src/elrail.cpp:575–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

MakeNewGameDoneFunction · 0.85

Calls 1

Tested by

no test coverage detected