move crate support to ra

This commit is contained in:
Chris Forbes
2010-05-20 18:03:17 +12:00
parent 561a2a86d0
commit 5deea6df93
6 changed files with 11 additions and 9 deletions

View File

@@ -79,8 +79,7 @@ namespace OpenRA
if (mi.Button == MouseButton.Left && mi.Event == MouseInputEvent.Down)
{
if (!(orderGenerator is PlaceBuildingOrderGenerator))
dragStart = dragEnd = xy;
dragStart = dragEnd = xy;
ApplyOrders(world, xy, mi);
}