Revert "add IHasLocation"

This reverts commit 699b4b1154.
This commit is contained in:
Chris Forbes
2010-09-28 07:43:49 +13:00
parent a3c0448e15
commit f402ec7898
31 changed files with 105 additions and 136 deletions

View File

@@ -101,7 +101,7 @@ namespace OpenRA.Mods.RA
});
self.CancelActivity();
self.QueueActivity(Fly.ToPx(Util.CenterOfCell(order.TargetLocation)));
self.QueueActivity(new Fly(Util.CenterOfCell(order.TargetLocation)));
}
else if (order.OrderString == "Enter")