Use C&C world tooltips in RA and D2K. Fixes #2382.

This commit is contained in:
Paul Chote
2013-07-28 19:53:12 +12:00
parent 9be6f3f29d
commit 0e37c99521
9 changed files with 67 additions and 110 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenRA.Widgets
return;
tooltipContainer.Value.SetTooltip(TooltipTemplate,
new WidgetArgs() {{ "world", world }, { "wic", this }});
new WidgetArgs() {{ "world", world }, { "viewport", this }});
}
public override void MouseExited()