diff options
Diffstat (limited to 'mines.c')
| -rw-r--r-- | mines.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2385,8 +2385,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) { /* * Simply expose the entire grid as if it were a completed |