(getpath): Fix message when no path to destination sector can be
found.
This commit is contained in:
parent
269913baee
commit
72c623ee92
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ getpath(char *buf, char *arg, coord x, coord y, int onlyown,
|
||||||
return buf;
|
return buf;
|
||||||
} else {
|
} else {
|
||||||
pr("Can't get to %s from here!\n",
|
pr("Can't get to %s from here!\n",
|
||||||
xyas(nx, ny, player->cnum));
|
xyas(dx, dy, player->cnum));
|
||||||
*p = 0;
|
*p = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue