mirror of https://github.com/OpenTTD/OpenTTD
(svn r5057) -Fix: [YAPF] trains can't find depot for servicing (thanks Smoky555)
parent
c1983c3d02
commit
ef211c35ce
|
@ -51,7 +51,7 @@ public:
|
||||||
// set origin and destination nodes
|
// set origin and destination nodes
|
||||||
Yapf().SetOrigin(t1, td1, t2, td2, reverse_penalty, true);
|
Yapf().SetOrigin(t1, td1, t2, td2, reverse_penalty, true);
|
||||||
Yapf().SetDestination(v);
|
Yapf().SetDestination(v);
|
||||||
Yapf().SetMaxCost(10 * max_distance);
|
Yapf().SetMaxCost(YAPF_TILE_LENGTH * max_distance);
|
||||||
|
|
||||||
// find the best path
|
// find the best path
|
||||||
bool bFound = Yapf().FindPath(v);
|
bool bFound = Yapf().FindPath(v);
|
||||||
|
|
Loading…
Reference in New Issue