aboutsummaryrefslogtreecommitdiff
path: root/rect.c
diff options
context:
space:
mode:
Diffstat (limited to 'rect.c')
-rw-r--r--rect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rect.c b/rect.c
index 46060a4..0940cdd 100644
--- a/rect.c
+++ b/rect.c
@@ -1769,8 +1769,8 @@ static void free_game(game_state *state)
sfree(state);
}
-static game_state *solve_game(game_state *state, game_aux_info *ai,
- char **error)
+static game_state *solve_game(game_state *state, game_state *currstate,
+ game_aux_info *ai, char **error)
{
game_state *ret;