aboutsummaryrefslogtreecommitdiff
path: root/nullgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'nullgame.c')
-rw-r--r--nullgame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nullgame.c b/nullgame.c
index 799a8a5..6ddc786 100644
--- a/nullgame.c
+++ b/nullgame.c
@@ -183,7 +183,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);