Try to extend reservation when passing sighting distance of non-end signal
This commit is contained in:
@@ -3934,6 +3934,14 @@ bool AfterLoadGame()
|
||||
UpdateAllBlockSignals();
|
||||
}
|
||||
|
||||
if (!SlXvIsFeaturePresent(XSLFI_REALISTIC_TRAIN_BRAKING, 5) && _settings_game.vehicle.train_braking_model == TBM_REALISTIC) {
|
||||
for (Train *t : Train::Iterate()) {
|
||||
if (t->lookahead != nullptr) {
|
||||
t->lookahead->SetNextExtendPosition();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (SlXvIsFeatureMissing(XSLFI_INFLATION_FIXED_DATES)) {
|
||||
_settings_game.economy.inflation_fixed_dates = !IsSavegameVersionBefore(SLV_GS_INDUSTRY_CONTROL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user