diff --git a/OpenRa.Game/World.cs b/OpenRa.Game/World.cs index d572b437ee..eee49cabcf 100644 --- a/OpenRa.Game/World.cs +++ b/OpenRa.Game/World.cs @@ -83,7 +83,7 @@ namespace OpenRa using( new PerfSample( "ore" ) ) { this.GrowOre( Game.SharedRandom ); - Game.world.Minimap.InvalidateOre(); + Minimap.InvalidateOre(); oreTicks = oreFrequency; }