fixed harvester LMB lameness; fixed ore rate

This commit is contained in:
Chris Forbes
2009-11-04 21:58:45 +13:00
parent bf997a29c0
commit d21589c6e8
3 changed files with 4 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ namespace OpenRa.Game
lastTime = Environment.TickCount;
}
const int oreFrequency = 1;
const int oreFrequency = 30;
static int oreTicks = oreFrequency;
public static int RenderFrame = 0;
public static double RenderTime = 0.0;