temporarily made all units block pathing

This commit is contained in:
Chris Forbes
2009-10-24 22:45:37 +13:00
parent 021e41a5bf
commit e61ef4a93f
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ namespace OpenRa.Game
LoadMapBuildings(mapFile);
LoadMapUnits(mapFile);
pathFinder = new PathFinder(map, terrain.tileSet, BuildingInfluence);
pathFinder = new PathFinder(map, terrain.tileSet);
network = new Network();