diff --git a/OpenRA.Editor/LegacyMapImporter.cs b/OpenRA.Editor/LegacyMapImporter.cs index e6201a1cf0..4a72d04a70 100644 --- a/OpenRA.Editor/LegacyMapImporter.cs +++ b/OpenRA.Editor/LegacyMapImporter.cs @@ -10,14 +10,13 @@ using System; using System.Collections.Generic; +using System.Drawing; +using System.Globalization; using System.IO; using System.Linq; using System.Text; -using OpenRA; using OpenRA.FileFormats; using OpenRA.Traits; -using System.Drawing; -using System.Globalization; namespace OpenRA.Editor { @@ -83,6 +82,7 @@ namespace OpenRA.Editor // {"scrate","crate"}, }; + // todo: fix this -- will have bitrotted pretty badly. static Dictionary> namedColorMapping = new Dictionary>() { {"gold",Pair.New(Color.FromArgb(246,214,121),Color.FromArgb(40,32,8))},