X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/3fcd6cf0c38928a36ccc1b065f9dd253b9e980ea..84cf18f701885475a025e3350492bbffcc201113:/netslide.c diff --git a/netslide.c b/netslide.c index d19bdbb..5aa58b6 100644 --- a/netslide.c +++ b/netslide.c @@ -893,8 +893,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;