X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1e3e152de7cc491b63c5e351b5f603d307182b07..f467efadd6d03a2b7d3a7dfcd9ffa4a6eb144c5a:/fifteen.c diff --git a/fifteen.c b/fifteen.c index 226de30..d8ba3b0 100644 --- a/fifteen.c +++ b/fifteen.c @@ -379,8 +379,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) { game_state *ret = dup_game(state); int i;