X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/d2d40d2466f19e469e6734b1a096f548dfc47095..d854ee7b6859ed42b1c74cbfdcb67610462d1077:/unequal.c diff --git a/unequal.c b/unequal.c index 7ea0349..57d8afc 100644 --- a/unequal.c +++ b/unequal.c @@ -1902,7 +1902,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) FONT_VARIABLE, TILE_SIZE/2, ALIGN_VCENTRE | ALIGN_HCENTRE, ink, str); - if (ds->adjacent) + if (state->adjacent) draw_adjs(dr, ds, ox, oy, GRID(state, flags, x, y), ink); else draw_gts(dr, ds, ox, oy, GRID(state, flags, x, y), ink);