Fix comment on setting update for 0.1 increment town cargo scale factor

This commit is contained in:
Jonathan G Rennison
2018-07-04 18:35:28 +01:00
parent f86dd1010c
commit bce0ce85b3

View File

@@ -3424,7 +3424,7 @@ bool AfterLoadGame()
FOR_ALL_VEHICLES(v) SB(v->vehicle_flags, VF_TIMETABLE_SEPARATION, 1, _settings_game.order.old_timetable_separation);
}
/* Set lifetime vehicle profit to 0 if lifetime profit feature is missing */
/* Set 0.1 increment town cargo scale factor setting from old 1 increment setting */
if (!SlXvIsFeaturePresent(XSLFI_TOWN_CARGO_ADJ, 2)) {
_settings_game.economy.town_cargo_scale_factor = _settings_game.economy.old_town_cargo_factor * 10;
}