X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/291edf3ec7cfdd6e522da947d50dbc655d957360..9c63a0112329c153911475b014dfdbf2f36b943c:/twiddle.c diff --git a/twiddle.c b/twiddle.c index 58b4cb5..8000780 100644 --- a/twiddle.c +++ b/twiddle.c @@ -546,8 +546,8 @@ static int compare_int(const void *av, const void *bv) return 0; } -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;