display effect bits

This commit is contained in:
nhmall
2019-06-09 08:08:50 -04:00
parent 5f676aa56c
commit f1f085c7fd
2 changed files with 7 additions and 8 deletions

View File

@@ -1080,7 +1080,9 @@ int x, y, tg;
int i, glyph[2];
glyph[0] = tg;
glyph[1] = glyph_at(x, y);
glyph[1] = (level.flags.hero_memory)
? levl[x][y].glyph
: back_to_glyph(x, y);
for (i = 0; i < 15; i++) {
show_glyph(x, y, glyph[i % 2]);
flush_screen(1);