From ad43e8ab8105f476b5c5441f91dbee791f5b5d8d Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 26 Feb 2025 13:01:18 -0600 Subject: [PATCH] Draw item scrollbar in boom_space. Fix #650 --- src/game/boe.graphics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.graphics.cpp b/src/game/boe.graphics.cpp index 514d56ce..3c8c8ec3 100644 --- a/src/game/boe.graphics.cpp +++ b/src/game/boe.graphics.cpp @@ -1468,6 +1468,7 @@ void boom_space(location where,short mode,short type,short damage,short sound) { text_rect.offset(-1,-1); win_draw_string(mainPtr,text_rect,dam_str,eTextMode::CENTRE,style); } + item_sbar->draw(); mainPtr.display(); bool skip_boom_delay = get_bool_pref("SkipBoomDelay"); play_sound((skip_boom_delay?-1:1)*sound_to_play);