Add Italy country

This commit is contained in:
Scott_NZ
2012-12-06 11:14:57 +13:00
parent 1b09544314
commit a56228aba1

View File

@@ -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";