aboutsummaryrefslogtreecommitdiff
path: root/twiddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'twiddle.c')
-rw-r--r--twiddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/twiddle.c b/twiddle.c
index 7585239..589dbe6 100644
--- 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)