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