Set flood from edges setting to false when loading old saves before then
This commit is contained in:
@@ -4423,6 +4423,10 @@ bool AfterLoadGame()
|
||||
ScriptObject::InitializeRandomizers();
|
||||
}
|
||||
|
||||
if (IsSavegameVersionBeforeOrAt(SLV_MULTITRACK_LEVEL_CROSSINGS)) {
|
||||
_settings_game.construction.flood_from_edges = false;
|
||||
}
|
||||
|
||||
for (Company *c : Company::Iterate()) {
|
||||
UpdateCompanyLiveries(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user