a 3.7 merge fix for a recent display.c change

This commit is contained in:
nhmall
2019-06-09 09:01:22 -04:00
parent 26bf4f1e11
commit 83b95526a4

View File

@@ -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++) {