fixing crash.

This commit is contained in:
Bob
2010-01-17 14:00:56 +13:00
parent 356b449374
commit d60cc6deb0
3 changed files with 7 additions and 7 deletions

View File

@@ -27,8 +27,8 @@ namespace OpenRa
FileSystem.MountTemporary( new Package( Map.Theater + ".mix" ) );
TileSet = new TileSet( Map.TileSuffix );
BuildingInfluence = new BuildingInfluenceMap();
UnitInfluence = new UnitInfluenceMap();
BuildingInfluence = new BuildingInfluenceMap( this );
UnitInfluence = new UnitInfluenceMap( this );
oreFrequency = (int)(Rules.General.GrowthRate * 60 * 25);
oreTicks = oreFrequency;