more refs to Game.world (Orders, etc)

This commit is contained in:
Bob
2010-01-21 13:47:06 +13:00
parent f01990cae1
commit 232ed72bbf
5 changed files with 17 additions and 17 deletions

View File

@@ -125,11 +125,11 @@ namespace OpenRa
lastTime += Settings.Timestep;
chrome.Tick();
orderManager.TickImmediate();
orderManager.TickImmediate( world );
if (orderManager.IsReadyForNextFrame)
{
orderManager.Tick();
orderManager.Tick( world );
if (controller.orderGenerator != null)
controller.orderGenerator.Tick( world );