(fly): Fix confusing line break.

This commit is contained in:
Markus Armbruster 2004-02-06 23:17:50 +00:00
parent 85b4125393
commit a3cd473589

View file

@ -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;