X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/4f36adaa9e6320465857fd1a49f63d24a2cb8bb9..e73ca44d31d69b43224260ce04d06a745793800e:/fifteen.c 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; }