use activity cursor rather than deploy for disguise

This commit is contained in:
Chris Forbes
2010-08-15 20:36:29 +12:00
parent 3aa7ff5a6b
commit ac7bb3c71b

View File

@@ -56,7 +56,7 @@ namespace OpenRA.Mods.RA.Render
public string CursorForOrder(Actor self, Order order)
{
return order.OrderString == "Disguise" ? "deploy" : null;
return order.OrderString == "Disguise" ? "activity" : null;
}
public string VoicePhraseForOrder(Actor self, Order order)