Merge branch 'NetHack-3.6.2' part 2

This commit is contained in:
nhmall
2019-03-21 18:24:40 -04:00
parent c3b89f775e
commit 664debc76e

View File

@@ -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;
}