merge NetHack-3.6.2 part 2

This commit is contained in:
nhmall
2019-02-28 19:19:42 -05:00
parent 89f1d113da
commit eea2800660
+1 -1
View File
@@ -3648,7 +3648,7 @@ boolean tinitial, tfrom_file;
} }
if (retval) { if (retval) {
iflags.hilite_pet = (iflags.wc2_petattr != ATR_NONE); iflags.hilite_pet = (iflags.wc2_petattr != ATR_NONE);
if (!initial) if (!g.opt_initial)
g.opt_need_redraw = TRUE; g.opt_need_redraw = TRUE;
} }
return retval; return retval;