Right click cancel chronoshift targeting.

This commit is contained in:
Paul Chote
2010-11-30 23:02:45 +13:00
parent be8f042e49
commit 200e90a590

View File

@@ -100,8 +100,9 @@ namespace OpenRA.Mods.RA
{
if (mi.Button == MouseButton.Right)
world.CancelInputMode();
else
world.OrderGenerator = new SelectDestination(power, xy);
world.OrderGenerator = new SelectDestination(power, xy);
yield break;
}