X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b39d19918b63b80d1f3b068d158fe43415b9d1b6..3ac1945c3a0006d33a90a0c2dbee2f2e96e8907d:/src/motif.c diff --git a/src/motif.c b/src/motif.c index ef2bd6a..a829cf7 100644 --- a/src/motif.c +++ b/src/motif.c @@ -141,7 +141,7 @@ static void proc_new_game(Widget w, XEvent *e, String *argv, Cardinal *argc) shell = XtParent(shell); game_reset(&state.board); - x11_redraw_goal(&state); + x11_redraw_goal(&state, -1); x11_redraw_game(&state, -1); x11_redraw_icon(&state, shell); }