CanTargetUnit -> CanTargetUnit

This commit is contained in:
Chris Forbes
2010-12-27 18:43:32 +13:00
parent 24a5b3ba03
commit 59fdbe8725
12 changed files with 17 additions and 16 deletions

View File

@@ -130,7 +130,7 @@ namespace OpenRA.Mods.RA.Air
public string OrderID { get { return "Move"; } }
public int OrderPriority { get { return 4; } }
public bool CanTargetUnit(Actor self, Actor target, bool forceAttack, bool forceMove, bool forceQueued, ref string cursor)
public bool CanTargetActor(Actor self, Actor target, bool forceAttack, bool forceMove, bool forceQueued, ref string cursor)
{
return false;
}