comment spacing tid

This commit is contained in:
arromdee
2002-04-03 06:56:35 +00:00
parent 36521e6510
commit 6e0678b4ac
+1 -1
View File
@@ -457,7 +457,7 @@ boolean allow_drag;
/* Avoid pathological case *if* not teleporting: /* Avoid pathological case *if* not teleporting:
* 0 0 * 0 0
* _X move east -----> X_ * _X move east -----> X_
* @ @ * @ @
*/ */
if (dist2(u.ux, u.uy, uball->ox, uball->oy) == 4 && if (dist2(u.ux, u.uy, uball->ox, uball->oy) == 4 &&
dist2(x, y, tempx, tempy) == 2) dist2(x, y, tempx, tempy) == 2)