X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1e3e152de7cc491b63c5e351b5f603d307182b07..84cf18f701885475a025e3350492bbffcc201113:/sixteen.c diff --git a/sixteen.c b/sixteen.c index 1aec630..9e93b2f 100644 --- a/sixteen.c +++ b/sixteen.c @@ -510,8 +510,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;