diff --git a/OpenRA.Game/Widgets/VqaPlayerWidget.cs b/OpenRA.Game/Widgets/VqaPlayerWidget.cs index 3afbbfe2b5..adfe956aec 100644 --- a/OpenRA.Game/Widgets/VqaPlayerWidget.cs +++ b/OpenRA.Game/Widgets/VqaPlayerWidget.cs @@ -156,6 +156,11 @@ namespace OpenRA.Widgets return RenderBounds.Contains(mi.Location) && Skippable; } + public override string GetCursor(int2 pos) + { + return null; + } + public void Play() { PlayThen(() => { });