X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/01be48b0c1057068d1b86c5ce72314de932a8dad..6aa6af4c00e72c789d76949d735ccb07da5e47a1:/solo.c diff --git a/solo.c b/solo.c index addae60..168551c 100644 --- a/solo.c +++ b/solo.c @@ -1397,7 +1397,7 @@ struct game_aux_info { }; static char *new_game_desc(game_params *params, random_state *rs, - game_aux_info **aux) + game_aux_info **aux, int interactive) { int c = params->c, r = params->r, cr = c*r; int area = cr*cr;