X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/505ea4e519a86e04130db10195e913068c9b7284..c7efa5beeca8a783cfac8d2055ba89b35df8ef21:/tents.c?ds=sidebyside diff --git a/tents.c b/tents.c index 6f6e343..eb9df8b 100644 --- a/tents.c +++ b/tents.c @@ -1954,7 +1954,8 @@ static void draw_tile(drawing *dr, game_drawstate *ds, if (cur) { int coff = TILESIZE/8; draw_rect_outline(dr, tx + coff, ty + coff, - TILESIZE - coff*2, TILESIZE - coff*2, COL_GRID); + TILESIZE - coff*2 + 1, TILESIZE - coff*2 + 1, + COL_GRID); } unclip(dr);