Fix desync after joining a server with flood_from_edges setting enabled
This commit is contained in:
@@ -4440,7 +4440,7 @@ bool AfterLoadGame()
|
|||||||
ScriptObject::InitializeRandomizers();
|
ScriptObject::InitializeRandomizers();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsSavegameVersionBeforeOrAt(SLV_MULTITRACK_LEVEL_CROSSINGS)) {
|
if (IsSavegameVersionBeforeOrAt(SLV_MULTITRACK_LEVEL_CROSSINGS) && SlXvIsFeatureMissing(XSLFI_AUX_TILE_LOOP)) {
|
||||||
_settings_game.construction.flood_from_edges = false;
|
_settings_game.construction.flood_from_edges = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user