(getpath): Parameter showxy makes no sense and is not used. Remove.
Get rid of s_char. Callers changed.
This commit is contained in:
parent
21a39fd9dd
commit
269913baee
8 changed files with 14 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue