more wiring for selling

This commit is contained in:
Chris Forbes
2010-01-02 12:40:09 +13:00
parent 97fdedac4f
commit 27e47cd066
3 changed files with 18 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ namespace OpenRa.Game
case "Capture": return Cursor.Capture;
case "Harvest": return Cursor.Attack; // TODO: special harvest cursor?
case "PlaceBuilding": return Cursor.Default;
case "Sell": return Cursor.Sell;
default:
return null;
}