fixing references to Ore.*

This commit is contained in:
Bob
2010-01-18 03:35:44 +13:00
parent efda804a41
commit 7c1cd29e87
4 changed files with 14 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenRa
if (--oreTicks == 0)
using( new PerfSample( "ore" ) )
{
Map.GrowOre( Game.SharedRandom );
this.GrowOre( Game.SharedRandom );
Game.world.Minimap.InvalidateOre();
oreTicks = oreFrequency;
}