X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/a70b0ef8bf7cb26cc779e9b2da480295f5ebf2bd..c11496c3a03550e6103036e09eb27a7bffb7957b:/src/motif.c diff --git a/src/motif.c b/src/motif.c index 57e1475..e3ff6c2 100644 --- a/src/motif.c +++ b/src/motif.c @@ -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);