TTY: Separate hilite_pile option

This commit is contained in:
Pasi Kallinen
2015-06-23 07:43:52 +03:00
parent c2de8d3f6b
commit 9dc979d414

View File

@@ -3044,7 +3044,8 @@ int glyph, bkglyph;
/* must be after color check; term_end_color may turn off inverse too */
if (((special & MG_PET) && iflags.hilite_pet)
|| ((special & (MG_DETECT|MG_OBJPILE)) && iflags.use_inverse)) {
|| ((special & MG_OBJPILE) && iflags.hilite_pile)
|| ((special & MG_DETECT) && iflags.use_inverse)) {
term_start_attr(ATR_INVERSE);
reverse_on = TRUE;
}