X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1e3e152de7cc491b63c5e351b5f603d307182b07..738d2f616c4ea6ea55ea1a594b2ebb12704d962c:/mines.c?ds=sidebyside diff --git a/mines.c b/mines.c index 0141517..388a7d5 100644 --- a/mines.c +++ b/mines.c @@ -2385,8 +2385,8 @@ static void free_game(game_state *state) sfree(state); } -static game_state *solve_game(game_state *state, game_aux_info *aux, - char **error) +static game_state *solve_game(game_state *state, game_state *currstate, + game_aux_info *aux, char **error) { /* * Simply expose the entire grid as if it were a completed