Use correct findtravelpath param value
This commit is contained in:
@@ -2196,8 +2196,8 @@ domove_core(void)
|
|||||||
displaceu = FALSE; /* involuntary swap */
|
displaceu = FALSE; /* involuntary swap */
|
||||||
|
|
||||||
if (g.context.travel) {
|
if (g.context.travel) {
|
||||||
if (!findtravelpath(FALSE))
|
if (!findtravelpath(TRAVP_TRAVEL))
|
||||||
(void) findtravelpath(TRUE);
|
(void) findtravelpath(TRAVP_GUESS);
|
||||||
g.context.travel1 = 0;
|
g.context.travel1 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user