Fix bad line break. No functional changes.
This commit is contained in:
parent
39a2710482
commit
4113cdab5c
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue