Ditto for OrderGenerators.

This commit is contained in:
Bob
2010-01-21 13:37:45 +13:00
parent 4fa56f16c0
commit 6ac384669b
13 changed files with 90 additions and 90 deletions

View File

@@ -131,7 +131,7 @@ namespace OpenRa
{
orderManager.Tick();
if (controller.orderGenerator != null)
controller.orderGenerator.Tick();
controller.orderGenerator.Tick( world );
world.Tick();
}