X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/366b1a5719699e7b6daf2c4ebafbebab78cb5128..a3f2189bfac7e5b1acdf3640cd3b50a7a6636906:/src/x11.c diff --git a/src/x11.c b/src/x11.c index 9ded09e..598b115 100644 --- a/src/x11.c +++ b/src/x11.c @@ -143,7 +143,7 @@ void x11_redraw_game(struct app_state *state) w /= 5; h /= 5; for (i = 0; i < 25; i++) { - uint_least32_t *gp = state->board.game+1; + uint_least32_t *gp = state->board.game; redraw_tile(state, display, game, gp[0], gp[1], gp[2],