remove redundant "Game.world." in World
This commit is contained in:
@@ -83,7 +83,7 @@ namespace OpenRa
|
|||||||
using( new PerfSample( "ore" ) )
|
using( new PerfSample( "ore" ) )
|
||||||
{
|
{
|
||||||
this.GrowOre( Game.SharedRandom );
|
this.GrowOre( Game.SharedRandom );
|
||||||
Game.world.Minimap.InvalidateOre();
|
Minimap.InvalidateOre();
|
||||||
oreTicks = oreFrequency;
|
oreTicks = oreFrequency;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user