Merge pull request #10018 from pchote/fix-spy-cursor

Restore targeting cursor when mousing over a disguised enemy spy.
This commit is contained in:
Oliver Brakmann
2015-11-21 20:57:12 +01:00
11 changed files with 21 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ namespace OpenRA.Traits
{
string OrderID { get; }
int OrderPriority { get; }
bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, TargetModifiers modifiers, ref string cursor);
bool CanTarget(Actor self, Target target, List<Actor> othersAtTarget, ref TargetModifiers modifiers, ref string cursor);
bool IsQueued { get; }
bool OverrideSelection { get; }
}