Fix repair cursor visual feedback target.

This commit is contained in:
Paul Chote
2017-04-22 22:31:59 +01:00
parent 99f3f37afe
commit d9800d4e2b
3 changed files with 5 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ namespace OpenRA
public uint ExtraData;
public bool IsImmediate;
public bool SuppressVisualFeedback;
public Actor VisualFeedbackTarget;
public Player Player { get { return Subject != null ? Subject.Owner : null; } }