(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

@ -81,7 +81,7 @@ reco(void)
}
ax = x;
ay = y;
if (getpath(flightpath, player->argp[4], ax, ay, 0, 0, 0, P_FLYING) == 0
if (getpath(flightpath, player->argp[4], ax, ay, 0, 0, P_FLYING) == 0
|| *flightpath == 0)
return RET_SYN;
tx = ax;