From 6e0678b4ac2eff43a1a9b45b8c818bdabc421201 Mon Sep 17 00:00:00 2001 From: arromdee Date: Wed, 3 Apr 2002 06:56:35 +0000 Subject: [PATCH] comment spacing tid --- src/ball.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ball.c b/src/ball.c index c33285880..d291d5ba4 100644 --- a/src/ball.c +++ b/src/ball.c @@ -457,7 +457,7 @@ boolean allow_drag; /* Avoid pathological case *if* not teleporting: * 0 0 * _X move east -----> X_ - * @ @ + * @ @ */ if (dist2(u.ux, u.uy, uball->ox, uball->oy) == 4 && dist2(x, y, tempx, tempy) == 2) -- 2.40.0