mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
TSAGE: Fix another pathfinding bug that was causing infinite loops in some cases
This commit is contained in:
parent
5d619c5bf8
commit
772fb6d395
@ -907,6 +907,7 @@ int PlayerMover::proc1(int *routeList, int srcRegion, int destRegion, int &v) {
|
||||
}
|
||||
|
||||
tempList[0] = newIndex;
|
||||
++foundIndex;
|
||||
}
|
||||
|
||||
v = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user