Merge branch 'NetHack-3.7' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.7

This commit is contained in:
nhmall
2019-12-23 21:45:26 -05:00

View File

@@ -525,7 +525,6 @@ curses_add_menu(winid wid, int glyph, const ANY_P * identifier,
const char *str, unsigned itemflags)
{
int curses_attr;
boolean presel = ((itemflags & MENU_ITEMFLAGS_SELECTED) != 0);
attr &= ~(ATR_URGENT | ATR_NOHISTORY);
curses_attr = curses_convert_attr(attr);