fix clash between harv deliver and repair

This commit is contained in:
Chris Forbes
2010-01-02 21:10:10 +13:00
parent a1528c6484
commit a7b5b05e2c
2 changed files with 3 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ namespace OpenRa.Game
else
return Cursor.MoveBlocked;
case "Enter": return Cursor.Enter;
case "Deliver": return Cursor.Enter;
case "Infiltrate": return Cursor.Enter;
case "Capture": return Cursor.Capture;
case "Harvest": return Cursor.Attack; // TODO: special harvest cursor?