]> git.draconx.ca Git - rrace.git/blobdiff - src/motif.c
Clear goal overlay when starting a new game.
[rrace.git] / src / motif.c
index 57e14758af6891afd120949c0e4936fea1619663..e3ff6c22c587337792b36afc621a49c8511404cf 100644 (file)
@@ -227,6 +227,7 @@ static void proc_new_game(Widget w, XEvent *e, String *argv, Cardinal *argc)
 
        game_reset(&state.board);
 
+       state.flags &= ~FLAG_VIEW_GOAL_ON_GAME;
        x11_redraw_goal(&state, -1, get_shell(w));
        x11_redraw_game(&state, -1);