more debug

This commit is contained in:
Chris Forbes
2010-09-20 18:33:48 +12:00
parent 0073a03ca4
commit dba5adc91c

View File

@@ -144,6 +144,8 @@ namespace OpenRA.Traits.Activities
if( firstFacing != mobile.Facing )
{
path.Add( nextCell.Value );
Log.Write("debug", "Turn: #{0} from {1} to {2}",
self.ActorID, mobile.Facing, firstFacing);
return new Turn( firstFacing ) { NextActivity = this };
}