X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/dafd6cf6826f9bbd27ddd780fab48221d4706556..8266f3fccfd8621ac980d6209cbeac94e0a9c69b:/sixteen.c diff --git a/sixteen.c b/sixteen.c index 51771a8..3c5ddbe 100644 --- a/sixteen.c +++ b/sixteen.c @@ -702,7 +702,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds, ds->tilesize = tilesize; } -static float *game_colours(frontend *fe, game_state *state, int *ncolours) +static float *game_colours(frontend *fe, int *ncolours) { float *ret = snewn(3 * NCOLOURS, float); int i; @@ -1059,5 +1059,5 @@ const struct game thegame = { FALSE, FALSE, game_print_size, game_print, game_wants_statusbar, FALSE, game_timing_state, - 0, /* mouse_priorities */ + 0, /* flags */ };