rename some of Mobile's Activity-builders

This commit is contained in:
Bob
2010-11-07 12:51:54 +13:00
parent a265d11a5f
commit 47ed79b912
6 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA.Move
this.nearEnough = 0;
}
public Move( int2 destination, int nearEnough )
public Move( int2 destination, int nearEnough )
{
this.getPath = (self,mobile) => self.World.WorldActor.Trait<PathFinder>().FindUnitPath( mobile.toCell, destination, self );
this.destination = destination;