smite some more compile warnings (amended to add minimap changes)
This commit is contained in:
@@ -33,13 +33,12 @@ namespace OpenRA.Mods.RA
|
||||
class RepairButtonInfo : ITraitInfo
|
||||
{
|
||||
public readonly bool RequiresConstructionYard = true;
|
||||
public object Create(ActorInitializer init) { return new RepairButton(this); }
|
||||
public object Create(ActorInitializer init) { return new RepairButton(); }
|
||||
}
|
||||
|
||||
class RepairButton : IChromeButton
|
||||
{
|
||||
RepairButtonInfo info;
|
||||
public RepairButton( RepairButtonInfo info ) { this.info = info; }
|
||||
public RepairButton() { }
|
||||
|
||||
public string Image { get { return "repair"; } }
|
||||
public bool Enabled
|
||||
|
||||
Reference in New Issue
Block a user