fixed powerdown/blocked cursors

This commit is contained in:
Chris Forbes
2010-01-27 22:09:30 +13:00
parent 059290e8de
commit 19fadc3e0a
6 changed files with 7 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRa.Orders
{
mi.Button = MouseButton.Left;
return OrderInner(world, xy, mi).Any()
? Cursor.PowerDown : Cursor.RepairBlocked;
? Cursor.PowerDown : Cursor.PowerDownBlocked;
}
}
}