From 6f6f5586c56e4e074d36ba54d538bc3e28c89342 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 5 May 2019 23:39:20 -0400 Subject: [PATCH] Merge branch 'NetHack-3.6.2' part 2 --- src/botl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/botl.c b/src/botl.c index 2dfc47628..be8efcb1f 100644 --- a/src/botl.c +++ b/src/botl.c @@ -781,6 +781,7 @@ boolean *valsetlist; * ought to force the windowport to treat current HP as changed * if hitpointbar is On, in order for that to be re-rendered. */ + if (g.update_all || chg || reset) { idxmax = curr->idxmax; pc = (idxmax >= 0) ? percentage(curr, &g.blstats[idx][idxmax]) : 0;