correct cursor for healing

This commit is contained in:
Chris Forbes
2009-12-31 16:44:29 +13:00
parent 493e207bbf
commit 4a52a38d0f
4 changed files with 5 additions and 3 deletions

View File

@@ -25,5 +25,6 @@ namespace OpenRa.Game
public static Cursor Chronoshift { get { return new Cursor("chrono"); } }
public static Cursor C4 { get { return new Cursor("c4"); } }
public static Cursor Capture { get { return new Cursor("capture"); } }
public static Cursor Heal { get { return new Cursor("heal"); } }
}
}