(getpath): Parameter showxy makes no sense and is not used. Remove.

Get rid of s_char.  Callers changed.
This commit is contained in:
Markus Armbruster 2005-09-25 17:00:50 +00:00
parent 21a39fd9dd
commit 269913baee
8 changed files with 14 additions and 21 deletions

View file

@ -138,7 +138,7 @@ cmd_sail_ship(struct nstr_item *nstr)
pr("Ship #%d at %s\n", ship.shp_uid,
xyas(ship.shp_x, ship.shp_y, ship.shp_own));
cp = getpath(navpath, player->argp[2],
ship.shp_x, ship.shp_y, 0, 0, 0, P_SAILING);
ship.shp_x, ship.shp_y, 0, 0, P_SAILING);
if (!check_ship_ok(&ship))
continue;
if (!player->aborted) {