X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/154bf9b1ed5f05b68c9f7c4d2e3d42e181170f53..badb093da17186904490aa99fccd09fdf3925e79:/solo.c?ds=sidebyside diff --git a/solo.c b/solo.c index 615d873..4255c02 100644 --- a/solo.c +++ b/solo.c @@ -1759,8 +1759,8 @@ static void free_game(game_state *state) sfree(state); } -static game_state *solve_game(game_state *state, game_aux_info *ai, - char **error) +static game_state *solve_game(game_state *state, game_state *currstate, + game_aux_info *ai, char **error) { game_state *ret; int c = state->c, r = state->r, cr = c*r;