Add setting for whether non-leading train engines keep custom names

This commit is contained in:
Jonathan G Rennison
2023-09-23 12:19:52 +01:00
parent 59ea48c541
commit ad3980e596
5 changed files with 16 additions and 1 deletions

View File

@@ -2267,6 +2267,7 @@ static SettingsContainer &GetSettingsTree()
vehicles->Add(new SettingEntry("order.nonstop_only"));
vehicles->Add(new SettingEntry("vehicle.adjacent_crossings"));
vehicles->Add(new SettingEntry("vehicle.safer_crossings"));
vehicles->Add(new SettingEntry("vehicle.non_leading_engines_keep_name"));
}
SettingsPage *limitations = main->Add(new SettingsPage(STR_CONFIG_SETTING_LIMITATIONS));