fix chronoshift being hard to cancel

This commit is contained in:
Chris Forbes
2010-12-27 12:19:46 +13:00
parent e2a0134c5b
commit 9ad23b10f0

View File

@@ -93,7 +93,9 @@ namespace OpenRA.Mods.RA
public IEnumerable<Order> Order(World world, int2 xy, MouseInput mi)
{
world.CancelInputMode();
if (mi.Button == MouseButton.Left)
world.OrderGenerator = new SelectDestination(order, manager, power, xy);
yield break;
}