Add setting to select cargo payment algorithm

See: #506
This commit is contained in:
Jonathan G Rennison
2023-04-29 13:00:33 +01:00
parent 211c1ba61d
commit e26bea6ce4
7 changed files with 40 additions and 3 deletions

View File

@@ -2061,6 +2061,7 @@ static SettingsContainer &GetSettingsTree()
accounting->Add(new SettingEntry("difficulty.vehicle_costs_in_depot"));
accounting->Add(new SettingEntry("difficulty.vehicle_costs_when_stopped"));
accounting->Add(new SettingEntry("difficulty.construction_cost"));
accounting->Add(new SettingEntry("economy.payment_algorithm"));
}
SettingsPage *vehicles = main->Add(new SettingsPage(STR_CONFIG_SETTING_VEHICLES));