X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/a6bd4b9c9f5c5918bf56b50c5d31a4c31104c2ec..72c158219fd9dbf19a01f2bf62303627a5e414e4:/guess.c diff --git a/guess.c b/guess.c index a1d9841..8cab1a4 100644 --- a/guess.c +++ b/guess.c @@ -1210,10 +1210,9 @@ static void game_redraw(drawing *dr, game_drawstate *ds, game_state *oldstate, game_state *state, int dir, game_ui *ui, float animtime, float flashtime) { - int i, new_move, last_go; + int i, new_move; new_move = (state->next_go != ds->next_go) || !ds->started; - last_go = (state->next_go == state->params.nguesses-1); if (!ds->started) { draw_rect(dr, 0, 0, ds->w, ds->h, COL_BACKGROUND);