Enable loading of upstream savegames up to version 302

This commit is contained in:
Jonathan G Rennison
2022-11-02 18:46:24 +00:00
parent 94de25ec10
commit aba8e88d8c
3 changed files with 7 additions and 0 deletions

View File

@@ -3812,6 +3812,10 @@ bool AfterLoadGame()
}
}
if (!IsSavegameVersionBefore(SLV_MULTITRACK_LEVEL_CROSSINGS)) {
_settings_game.vehicle.adjacent_crossings = true;
}
/* Compute station catchment areas. This is needed here in case UpdateStationAcceptance is called below. */
Station::RecomputeCatchmentForAll();