From 664debc76e0c91c0297e84c7392aa7abc8036c56 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 21 Mar 2019 18:24:40 -0400 Subject: [PATCH] Merge branch 'NetHack-3.6.2' part 2 --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index 1add90b8e..69178077c 100644 --- a/src/options.c +++ b/src/options.c @@ -3709,8 +3709,8 @@ boolean tinitial, tfrom_file; retval = FALSE; } else { iflags.wc2_statuslines = itmp; - if (!initial) - need_redraw = TRUE; + if (!g.opt_initial) + g.opt_need_redraw = TRUE; } return retval; }