This commit is contained in:
Chris Forbes
2009-12-01 21:44:26 +13:00
parent aa4517c7ab
commit 83a0da9fee
3 changed files with 14 additions and 13 deletions

View File

@@ -174,7 +174,7 @@ namespace OpenRa.Game
if (orderManager.IsReadyForNextFrame)
{
orderManager.Tick();
orderManager.Tick(false);
if (controller.orderGenerator != null)
controller.orderGenerator.Tick();
@@ -191,7 +191,7 @@ namespace OpenRa.Game
player.Tick();
}
else
orderManager.Tick();
orderManager.Tick(true);
// if (orderManager.FrameNumber == 0)
//{
// lastTime = Environment.TickCount;