X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/3199a01b45fe16e540800fb73f69b4188d6e70ff..8266f3fccfd8621ac980d6209cbeac94e0a9c69b:/pegs.c?ds=sidebyside diff --git a/pegs.c b/pegs.c index 9b98c70..592bf8b 100644 --- a/pegs.c +++ b/pegs.c @@ -940,7 +940,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds, ds->drag_background = blitter_new(dr, 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);