X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4cd257601be04d875f89c206bd413d0554b49ac6..61072f7be9d1ab83c459ec1eabc0f9503b57fac6:/net.c diff --git a/net.c b/net.c index cf45340..8bfd899 100644 --- a/net.c +++ b/net.c @@ -1666,8 +1666,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;