report the tick in debug

This commit is contained in:
Chris Forbes
2010-09-21 18:10:05 +12:00
parent 4b49bf03dc
commit c9edbd8a80

View File

@@ -126,6 +126,8 @@ namespace OpenRA
{
++LocalTick;
Log.Write("debug", "--Tick: {0} ({1})", LocalTick, isNetTick ? "net" : "local");
if (isNetTick) orderManager.Tick(world);
world.OrderGenerator.Tick(world);