From 3689adcc12c97e90c5d0dec8f7c5a72075316d6f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 23 Feb 2025 17:19:58 -0600 Subject: [PATCH] Fix text bar flicker. Fix #602 --- src/game/boe.newgraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.newgraph.cpp b/src/game/boe.newgraph.cpp index 4ef1c68c..04b5d210 100644 --- a/src/game/boe.newgraph.cpp +++ b/src/game/boe.newgraph.cpp @@ -500,6 +500,7 @@ void do_missile_anim(short num_steps,location missile_origin,short sound_num) { rect_draw_some_item(*from_gw,from_rect, mainPtr,temp_rect,ter_rects.in_frame,sf::BlendAlpha); } } + refresh_text_bar(); mainPtr.setActive(); mainPtr.display(); sf::sleep(sf::milliseconds(2 + 5 * get_int_pref("GameSpeed")));