Add setting for whether to show vehicle running costs per calendar year
See #660
This commit is contained in:
@@ -206,7 +206,7 @@ static StringID GetRunningCostString()
|
||||
{
|
||||
if (EconTime::UsingWallclockUnits()) {
|
||||
return STR_ENGINE_PREVIEW_RUNCOST_PERIOD;
|
||||
} else if (DayLengthFactor() > 1) {
|
||||
} else if (DayLengthFactor() > 1 && !_settings_client.gui.show_running_costs_calendar_year) {
|
||||
return STR_ENGINE_PREVIEW_RUNCOST_ORIG_YEAR;
|
||||
} else {
|
||||
return STR_ENGINE_PREVIEW_RUNCOST_YEAR;
|
||||
|
Reference in New Issue
Block a user