Do not scale shown running costs by the day length factor
Show in original years
This commit is contained in:
@@ -790,6 +790,8 @@ static StringID GetRunningCostString()
|
||||
{
|
||||
if (EconTime::UsingWallclockUnits()) {
|
||||
return STR_PURCHASE_INFO_RUNNINGCOST_PERIOD;
|
||||
} else if (DayLengthFactor() > 1) {
|
||||
return STR_PURCHASE_INFO_RUNNINGCOST_ORIG_YEAR;
|
||||
} else {
|
||||
return STR_PURCHASE_INFO_RUNNINGCOST_YEAR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user