Feature: Setting to disable the loading speed penalty for trains longer than the station

This commit is contained in:
EmperorJake
2024-01-04 23:03:11 +11:00
committed by rubidium42
parent e3f49ee7a0
commit 6522351a1f
6 changed files with 13 additions and 1 deletions

View File

@@ -1918,6 +1918,7 @@ static SettingsContainer &GetSettingsTree()
limitations->Add(new SettingEntry("construction.road_stop_on_competitor_road"));
limitations->Add(new SettingEntry("construction.crossing_with_competitor"));
limitations->Add(new SettingEntry("vehicle.disable_elrails"));
limitations->Add(new SettingEntry("order.station_length_loading_penalty"));
}
SettingsPage *disasters = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCIDENTS));