fixes ore growth. yes im noob
This commit is contained in:
@@ -160,8 +160,12 @@ namespace OpenRa.Game
|
||||
controller.orderGenerator.Tick();
|
||||
|
||||
if (--oreTicks == 0)
|
||||
using( new PerfSample("ore"))
|
||||
{
|
||||
using (new PerfSample("ore"))
|
||||
map.GrowOre(SharedRandom);
|
||||
oreTicks = oreFrequency;
|
||||
}
|
||||
|
||||
world.Tick();
|
||||
UnitInfluence.Tick();
|
||||
foreach (var player in players.Values)
|
||||
|
||||
Reference in New Issue
Block a user