missing pieces of selling

This commit is contained in:
Chris Forbes
2010-01-02 12:57:02 +13:00
parent 43a8604ce9
commit 5f78d3a3d0
4 changed files with 15 additions and 6 deletions

View File

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