maintenance on Ore

This commit is contained in:
Bob
2010-01-17 19:22:50 +13:00
parent 55ebd1deae
commit b581f248a7
3 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ namespace OpenRa
oreFrequency = (int)(Rules.General.GrowthRate * 60 * 25);
oreTicks = oreFrequency;
Map.InitOreDensity();
CreateActor("World", new int2(int.MaxValue, int.MaxValue), null);
}