Reinstate WinHelp topic now we have a manual chapter.
[sgt/puzzles] / netslide.c
index d19bdbb..5aa58b6 100644 (file)
@@ -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;