X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/c8c23a7f1ce8fe9328a075e5933639cf8d604fda..15ce64e0df08cb60765391efa847d2077a77c59f:/keen.c?ds=sidebyside diff --git a/keen.c b/keen.c index 8133183..feee59c 100644 --- a/keen.c +++ b/keen.c @@ -1748,8 +1748,8 @@ static void game_free_drawstate(drawing *dr, game_drawstate *ds) sfree(ds); } -void draw_tile(drawing *dr, game_drawstate *ds, struct clues *clues, - int x, int y, long tile) +static void draw_tile(drawing *dr, game_drawstate *ds, struct clues *clues, + int x, int y, long tile) { int w = clues->w /* , a = w*w */; int tx, ty, tw, th;