diff --git a/OpenRA.Editor/LegacyMapImporter.cs b/OpenRA.Editor/LegacyMapImporter.cs index 9715841561..0a13b6ff19 100644 --- a/OpenRA.Editor/LegacyMapImporter.cs +++ b/OpenRA.Editor/LegacyMapImporter.cs @@ -1,4 +1,4 @@ -#region Copyright & License Information +#region Copyright & License Information /* * Copyright 2007-2011 The OpenRA Developers (see AUTHORS) * This file is part of OpenRA, which is free software. It is made @@ -450,6 +450,10 @@ namespace OpenRA.Editor c = "salmon"; race = "allies"; break; + case "Italy": + c = "blue"; + race = "allies"; + break; case "GoodGuy": c = isRA? "blue" : "gold"; race = isRA ? "allies" : "gdi";