X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/d8fa223c0f1a18e94c8d1fbb1f87cfd6f933504b..d2cfd12c8322d70d72a644f647479527cba31497:/unfinished/group.c diff --git a/unfinished/group.c b/unfinished/group.c index 142654c..5dcf586 100644 --- a/unfinished/group.c +++ b/unfinished/group.c @@ -1316,8 +1316,8 @@ static void game_free_drawstate(drawing *dr, game_drawstate *ds) sfree(ds); } -void draw_tile(drawing *dr, game_drawstate *ds, int x, int y, long tile, - long pencil, long error) +static void draw_tile(drawing *dr, game_drawstate *ds, int x, int y, long tile, + long pencil, long error) { int w = ds->w /* , a = w*w */; int tx, ty, tw, th;