Remove obsolete ITooltip.Stance.

This commit is contained in:
Paul Chote
2013-08-07 19:41:20 +12:00
parent 4754cbb768
commit a6ee4daf58
3 changed files with 0 additions and 13 deletions

View File

@@ -51,17 +51,6 @@ namespace OpenRA.Mods.RA
return self.Owner;
}
public Stance Stance()
{
if (spy.Disguised)
{
if (self.Owner == self.World.LocalPlayer)
return self.World.LocalPlayer.Stances[self.Owner];
return self.World.LocalPlayer.Stances[spy.disguisedAsPlayer];
}
return self.World.LocalPlayer.Stances[self.Owner];
}
public SpyToolTip( Actor self, TooltipInfo info )
{
this.self = self;