fix some merge fallout from 3.6.2 curses changes

This commit is contained in:
nhmall
2019-02-08 19:54:09 -05:00
parent 988a6e8c6b
commit a3527e7eab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ curses_puts(winid wid, int attr, const char *text)
wid);
return;
}
Id = zeroany;
Id = cg.zeroany;
curses_add_nhmenu_item(wid, NO_GLYPH, &Id, 0, 0, attr, text, FALSE);
} else {
waddstr(win, text);