git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1302 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
(no author)
2007-07-18 14:00:54 +00:00
parent 9d13923a03
commit 7b37610fbe
6 changed files with 156 additions and 133 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRa.Game
}
}
public List<int2> FindUnitPath( World world, Mcv unit, int2 destination )
public List<int2> FindUnitPath( World world, Unit unit, int2 destination )
{
int2 offset = new int2( map.XOffset, map.YOffset );