Add WinHelp topic
[sgt/puzzles] / sixteen.c
index 1aec630..9e93b2f 100644 (file)
--- a/sixteen.c
+++ b/sixteen.c
@@ -510,8 +510,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 = dup_game(state);
     int i;