ChillPP: Add support for loading compatible linkgraph settings
This commit is contained in:
@@ -846,7 +846,7 @@ bool AfterLoadGame()
|
||||
_settings_game.construction.max_tunnel_length = 64;
|
||||
}
|
||||
if (IsSavegameVersionBefore(SLV_166)) _settings_game.economy.infrastructure_maintenance = false;
|
||||
if (IsSavegameVersionBefore(SLV_183)) {
|
||||
if (IsSavegameVersionBefore(SLV_183) && SlXvIsFeatureMissing(XSLFI_CHILLPP)) {
|
||||
_settings_game.linkgraph.distribution_pax = DT_MANUAL;
|
||||
_settings_game.linkgraph.distribution_mail = DT_MANUAL;
|
||||
_settings_game.linkgraph.distribution_armoured = DT_MANUAL;
|
||||
|
Reference in New Issue
Block a user