Industry: Apply anim tile masking when loading prior version saves
This commit is contained in:
@@ -4051,6 +4051,10 @@ bool AfterLoadGame()
|
||||
}
|
||||
}
|
||||
|
||||
if (SlXvIsFeatureMissing(XSLFI_INDUSTRY_ANIM_MASK)) {
|
||||
ApplyIndustryTileAnimMasking();
|
||||
}
|
||||
|
||||
InitializeRoadGUI();
|
||||
|
||||
/* This needs to be done after conversion. */
|
||||
|
Reference in New Issue
Block a user