Use correct attack cursors

This commit is contained in:
Paul Chote
2010-01-03 22:29:54 +13:00
parent 326cda76cc
commit c0509a6f2f
3 changed files with 6 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenRa.Game.Orders
case "Deliver": return Cursor.Enter;
case "Infiltrate": return Cursor.Enter;
case "Capture": return Cursor.Capture;
case "Harvest": return Cursor.Attack; // TODO: special harvest cursor?
case "Harvest": return Cursor.AttackMove;
default:
return null;
}