remove redundant "Game.world." in World

This commit is contained in:
Bob
2010-01-19 14:15:13 +13:00
parent 5d272f272b
commit 7cb15f0232

View File

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