add IHasLocation

This commit is contained in:
Bob
2010-09-26 17:58:25 +12:00
parent 911db3feb1
commit 699b4b1154
31 changed files with 136 additions and 105 deletions

View File

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