Add company settings to enable competitors' to buy/renew in own depots.
This commit is contained in:
@@ -1586,6 +1586,10 @@ static SettingsContainer &GetSettingsTree()
|
||||
company->Add(new SettingEntry("vehicle.servint_roadveh"));
|
||||
company->Add(new SettingEntry("vehicle.servint_ships"));
|
||||
company->Add(new SettingEntry("vehicle.servint_aircraft"));
|
||||
company->Add(new SettingEntry("company.infra_others_buy_in_depot[0]"));
|
||||
company->Add(new SettingEntry("company.infra_others_buy_in_depot[1]"));
|
||||
company->Add(new SettingEntry("company.infra_others_buy_in_depot[2]"));
|
||||
company->Add(new SettingEntry("company.infra_others_buy_in_depot[3]"));
|
||||
}
|
||||
|
||||
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));
|
||||
|
Reference in New Issue
Block a user