diff --git a/src/lib/commands/fly.c b/src/lib/commands/fly.c index 4daad878..c3869ef8 100644 --- a/src/lib/commands/fly.c +++ b/src/lib/commands/fly.c @@ -91,8 +91,8 @@ fly(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;