From: nhmall Date: Sun, 9 Jun 2019 13:01:22 +0000 (-0400) Subject: a 3.7 merge fix for a recent display.c change X-Git-Tag: NetHack-3.7.0_WIP~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83b95526a4ab8203254a051a5062bfb732783f27;p=nethack a 3.7 merge fix for a recent display.c change --- diff --git a/src/display.c b/src/display.c index e77fcc27b..f650fc49c 100644 --- a/src/display.c +++ b/src/display.c @@ -1080,7 +1080,7 @@ int x, y, tg; int i, glyph[2]; glyph[0] = tg; - glyph[1] = (level.flags.hero_memory) + glyph[1] = (g.level.flags.hero_memory) ? levl[x][y].glyph : back_to_glyph(x, y); for (i = 0; i < 15; i++) {