X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/2705d3741495f136d9d092d873f9b1c803ba1d8f..8266f3fccfd8621ac980d6209cbeac94e0a9c69b:/blackbox.c?ds=inline diff --git a/blackbox.c b/blackbox.c index b8c6bc0..39957f8 100644 --- a/blackbox.c +++ b/blackbox.c @@ -1060,7 +1060,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds, ds->rrad = (3*tilesize)/8; } -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;