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")));