From 7cb15f02327552d86b265e6fcce85a474e2b75e0 Mon Sep 17 00:00:00 2001 From: Bob Date: Tue, 19 Jan 2010 14:15:13 +1300 Subject: [PATCH] remove redundant "Game.world." in World --- OpenRa.Game/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }