X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=pegs.c;fp=pegs.c;h=592bf8bc46c6d14b317612202833fccfd8b8af19;hb=40fcf516f40e10f23f5a9f6760bfffae206b2e49;hp=9b98c700fd93b561e66616ecb5f262c8b5b02e0d;hpb=b44d75aa4e97e9264e585712a8ec5fa757b645ec;p=sgt-puzzles.git 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);