[More whitespace fixes]

This commit is contained in:
Bob
2009-11-19 15:18:13 +13:00
parent a17296ff8a
commit c0fe3fa4c9
14 changed files with 90 additions and 122 deletions

View File

@@ -128,7 +128,7 @@ namespace OpenRa.Game.Traits.Activities
Game.UnitInfluence.Remove( mobile );
var newPath = getPath(self, mobile).TakeWhile(a => a != self.Location).ToList();
Game.UnitInfluence.Add( mobile );
if (newPath.Count != 0)
path = newPath;