frame0 runs continuously until game start (currently hacked onto F8)

This commit is contained in:
Chris Forbes
2009-12-01 19:04:50 +13:00
parent 454a302f56
commit 235ff36792
4 changed files with 46 additions and 17 deletions

View File

@@ -190,8 +190,12 @@ namespace OpenRa.Game
foreach (var player in players.Values)
player.Tick();
}
else if (orderManager.FrameNumber == 0)
lastTime = Environment.TickCount;
else
orderManager.Tick();
// if (orderManager.FrameNumber == 0)
//{
// lastTime = Environment.TickCount;
//}
}
PerfHistory.Tick();