Fix bad line break. No functional changes.

This commit is contained in:
Markus Armbruster 2005-02-23 15:26:36 +00:00
parent 39a2710482
commit 4113cdab5c
2 changed files with 4 additions and 4 deletions

View file

@ -128,8 +128,8 @@ bomb(void)
} }
ax = x; ax = x;
ay = y; ay = y;
if (getpath(flightpath, player->argp[5], ax, ay, 0, 0, if (getpath(flightpath, player->argp[5], 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;

View file

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