Merge pull request #6613 from pchote/remove-mp-tooltips

Remove the MP tooltip row from campaign missions.
This commit is contained in:
obrakmann
2014-10-04 12:20:14 +02:00
23 changed files with 559 additions and 69 deletions

View File

@@ -101,8 +101,8 @@ namespace OpenRA.Mods.RA
if (tooltip.Value != null)
{
actor.TooltipName = tooltip.Value.Name();
actor.TooltipOwner = tooltip.Value.Owner();
actor.TooltipInfo = tooltip.Value.TooltipInfo;
actor.TooltipOwner = tooltip.Value.Owner;
}
}
}