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
|
@ -87,8 +87,8 @@ para(void)
|
|||
}
|
||||
ax = x;
|
||||
ay = y;
|
||||
if (getpath(flightpath, player->argp[4], ax, ay, 0,
|
||||
0, 0, P_FLYING) == 0 || *flightpath == 0)
|
||||
if (getpath(flightpath, player->argp[4], ax, ay, 0, 0, 0, P_FLYING) == 0
|
||||
|| *flightpath == 0)
|
||||
return RET_SYN;
|
||||
tx = ax;
|
||||
ty = ay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue