merge bit

This commit is contained in:
nhmall
2019-06-28 18:38:20 -04:00
parent 0a32747794
commit e32618914d

View File

@@ -992,7 +992,7 @@ menu_win_size(nhmenu *menu)
int maxheaderwidth = 0;
nhmenu_item *menu_item_ptr;
if (program_state.gameover) {
if (g.program_state.gameover) {
/* for final inventory disclosure, use full width */
maxwidth = term_cols - 2;
} else {