cursors for engineer

This commit is contained in:
Chris Forbes
2009-12-28 19:40:56 +13:00
parent a5d450baf8
commit 1be973c18c
2 changed files with 2 additions and 0 deletions

View File

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