From a3cd473589f2f847ae36e6c86af05b1033513761 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 6 Feb 2004 23:17:50 +0000 Subject: [PATCH] (fly): Fix confusing line break. --- src/lib/commands/fly.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;