diff --git a/src/lib/commands/bomb.c b/src/lib/commands/bomb.c index b9290a34..58c893d0 100644 --- a/src/lib/commands/bomb.c +++ b/src/lib/commands/bomb.c @@ -128,8 +128,8 @@ bomb(void) } ax = x; ay = y; - if (getpath(flightpath, player->argp[5], ax, ay, 0, 0, - 0, P_FLYING) == 0 || *flightpath == 0) + if (getpath(flightpath, player->argp[5], ax, ay, 0, 0, 0, P_FLYING) == 0 + || *flightpath == 0) return RET_SYN; tx = ax; ty = ay; diff --git a/src/lib/commands/para.c b/src/lib/commands/para.c index ee28964b..fd9ad71f 100644 --- a/src/lib/commands/para.c +++ b/src/lib/commands/para.c @@ -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;