removed extraneous ctor arg on BIM

This commit is contained in:
Chris Forbes
2009-11-18 18:44:55 +13:00
parent a812963b8e
commit 6443f81af9
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ namespace OpenRa.Game
foreach (TreeReference treeReference in map.Trees)
world.Add(new Actor(treeReference, treeCache));
BuildingInfluence = new BuildingInfluenceMap(8);
BuildingInfluence = new BuildingInfluenceMap();
UnitInfluence = new UnitInfluenceMap();
LoadMapBuildings(mapFile);