Bah. Try the r5766 fix again, this time without the typo.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 11 May 2005 18:49:42 +0000 (18:49 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 11 May 2005 18:49:42 +0000 (18:49 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5767 cda61777-01e9-0310-a592-d414129be87e

twiddle.c

index 7585239..589dbe6 100644 (file)
--- a/twiddle.c
+++ b/twiddle.c
@@ -700,7 +700,7 @@ static void draw_tile(frontend *fe, game_state *state, int x, int y,
      * new move is also being made.
      */
     if (rot && (x < rot->cx || y < rot->cy ||
-                x >= rot->cx+rot->cw || y > rot->cy+rot->ch))
+                x >= rot->cx+rot->cw || y >= rot->cy+rot->ch))
         rot = NULL;
 
     if (rot)