fix another regression in pager.c

This commit is contained in:
nhmall
2021-01-07 15:52:38 -05:00
parent de5da621ac
commit bcf49b85c3

View File

@@ -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;
}