Prevent warning in Allies 04 code

This commit is contained in:
Scott_NZ
2013-01-01 14:51:47 +13:00
parent 185558985e
commit 3b9fac9c84

View File

@@ -500,7 +500,7 @@ namespace OpenRA.Mods.RA.Missions
class Allies04TryRepairBuildingInfo : ITraitInfo
{
public readonly string Player;
public readonly string Player = null;
public object Create(ActorInitializer init) { return new Allies04TryRepairBuilding(this); }
}