diff --git a/OpenRA.Editor/LegacyMapImporter.cs b/OpenRA.Editor/LegacyMapImporter.cs index 97cab4b672..f1dab220e1 100644 --- a/OpenRA.Editor/LegacyMapImporter.cs +++ b/OpenRA.Editor/LegacyMapImporter.cs @@ -146,6 +146,8 @@ namespace OpenRA.Editor map.MapResources = Lazy.New(() => new TileReference[mapSize, mapSize]); map.MapTiles = Lazy.New(() => new TileReference[mapSize, mapSize]); + map.Options = new MapOptions(); + if (legacyMapFormat == IniMapFormat.RedAlert) { UnpackRATileData(ReadPackedSection(file.GetSection("MapPack")));