From bcf49b85c3c1e786014ef262ecd4366eb8a27c89 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 7 Jan 2021 15:52:38 -0500 Subject: [PATCH] fix another regression in pager.c --- src/pager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pager.c b/src/pager.c index e7898c072..fb96e98b5 100644 --- a/src/pager.c +++ b/src/pager.c @@ -1153,7 +1153,7 @@ struct permonst **for_supplement; case SYM_PET_OVERRIDE + SYM_OFF_X: if (looked) { /* convert to symbol without override in effect */ - map_glyphinfo(cc.x, cc.y, glyph, 0, &glyphinfo); + map_glyphinfo(cc.x, cc.y, glyph, MG_FLAG_NOOVERRIDE, &glyphinfo); sym = glyphinfo.ttychar; goto check_monsters; } -- 2.50.1