(fly): Fix confusing line break.
This commit is contained in:
parent
85b4125393
commit
a3cd473589
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ fly(void)
|
||||||
}
|
}
|
||||||
ax = x;
|
ax = x;
|
||||||
ay = y;
|
ay = y;
|
||||||
if (getpath(flightpath, player->argp[4], ax, ay, 0, 0,
|
if (getpath(flightpath, player->argp[4], ax, ay, 0, 0, 0, P_FLYING) == 0
|
||||||
0, P_FLYING) == 0 || *flightpath == 0)
|
|| *flightpath == 0)
|
||||||
return RET_SYN;
|
return RET_SYN;
|
||||||
tx = ax;
|
tx = ax;
|
||||||
ty = ay;
|
ty = ay;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue