Formatting fixes.
Spaces to tabs, indents, etc.
This commit is contained in:
@@ -162,8 +162,8 @@ namespace OpenRA.Traits
|
||||
};
|
||||
|
||||
foreach (var s in states)
|
||||
if (state >= s.First && anim.HasSequence(s.Second+baseSequence))
|
||||
return s.Second+baseSequence;
|
||||
if (state >= s.First && anim.HasSequence(s.Second + baseSequence))
|
||||
return s.Second + baseSequence;
|
||||
|
||||
return baseSequence;
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ namespace OpenRA.Traits
|
||||
void DrawTags(WorldRenderer wr, Actor self, int2 basePosition)
|
||||
{
|
||||
if (!self.Owner.IsAlliedWith(self.World.RenderPlayer))
|
||||
return;
|
||||
return;
|
||||
|
||||
var tagImages = new Animation(self.World, "pips");
|
||||
var pal = wr.Palette(Info.Palette);
|
||||
|
||||
Reference in New Issue
Block a user