TSAGE: Fix another pathfinding bug that was causing infinite loops in some cases

This commit is contained in:
Paul Gilbert 2011-02-16 18:55:14 +11:00
parent 5d619c5bf8
commit 772fb6d395

View File

@ -907,6 +907,7 @@ int PlayerMover::proc1(int *routeList, int srcRegion, int destRegion, int &v) {
}
tempList[0] = newIndex;
++foundIndex;
}
v = 0;