fixed powerdown/blocked cursors

This commit is contained in:
Chris Forbes
2010-01-27 22:09:30 +13:00
parent 059290e8de
commit 19fadc3e0a
6 changed files with 7 additions and 5 deletions

View File

@@ -35,5 +35,6 @@ namespace OpenRa
public static Cursor Repair { get { return new Cursor("repair"); } }
public static Cursor RepairBlocked { get { return new Cursor("repair-blocked"); } }
public static Cursor PowerDown { get { return new Cursor("powerdown"); } }
public static Cursor PowerDownBlocked { get { return new Cursor("powerdown-blocked"); } }
}
}