Minor pathfinder changes

This commit is contained in:
reaperrr
2015-07-17 23:58:45 +02:00
parent 5109848215
commit 711ec0c600
5 changed files with 21 additions and 22 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRA.Mods.Common.Pathfinder
if (string.IsNullOrEmpty(id))
{
var builder = new StringBuilder();
builder.Append(this.Graph.Actor.ActorID);
builder.Append(Graph.Actor.ActorID);
while (!startPoints.Empty)
{
var startpoint = startPoints.Pop();