Industry: Apply anim tile masking when loading prior version saves

This commit is contained in:
Jonathan G Rennison
2022-06-01 01:21:58 +01:00
parent 42e20d3d99
commit af270a63ad
5 changed files with 34 additions and 0 deletions

View File

@@ -4051,6 +4051,10 @@ bool AfterLoadGame()
}
}
if (SlXvIsFeatureMissing(XSLFI_INDUSTRY_ANIM_MASK)) {
ApplyIndustryTileAnimMasking();
}
InitializeRoadGUI();
/* This needs to be done after conversion. */