if (IsSavegameVersionBefore(195)) { for (TileIndex t = 0; t < map_size; t++) { if (IsTileType(t, MP_INDUSTRY)) { SB(_m[t].m1, 4, 1, 1); } } }