aboutsummaryrefslogtreecommitdiff
path: root/fifteen.c
diff options
context:
space:
mode:
Diffstat (limited to 'fifteen.c')
-rw-r--r--fifteen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fifteen.c b/fifteen.c
index 0ed5067..3aba7fa 100644
--- a/fifteen.c
+++ b/fifteen.c
@@ -398,7 +398,7 @@ static game_state *solve_game(game_state *state, game_aux_info *aux,
ret->tiles[i] = (i+1) % ret->n;
ret->gap_pos = ret->n-1;
ret->used_solve = ret->just_used_solve = TRUE;
- ret->completed = ret->movecount;
+ ret->completed = ret->movecount = 1;
return ret;
}