removed extraneous ctor arg on BIM
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user