X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f536db212cbdc22c6880051e32efc2d53163c0ea..b725220b2f16c89753a2e3bcf793d4822fe3b35c:/unfinished/group.c diff --git a/unfinished/group.c b/unfinished/group.c index 037547e..4c49030 100644 --- a/unfinished/group.c +++ b/unfinished/group.c @@ -1710,7 +1710,7 @@ static void game_redraw(drawing *dr, game_drawstate *ds, game_state *oldstate, flashtime >= FLASH_TIME*2/3)) tile |= DF_HIGHLIGHT; /* completion flash */ - error = ds->errtmp[y*w+x]; + error = ds->errtmp[sy*w+sx]; if (ds->tiles[y*w+x] != tile || ds->pencil[y*w+x] != pencil ||