From c897aa55a87d0e1f4d758373e09257494bbd6c0b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 17 Mar 2025 13:25:19 -0500 Subject: [PATCH] fix graphical errors during do_explosion_anim() --- src/game/boe.newgraph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/boe.newgraph.cpp b/src/game/boe.newgraph.cpp index 0ab454be..a00f9ff9 100644 --- a/src/game/boe.newgraph.cpp +++ b/src/game/boe.newgraph.cpp @@ -643,6 +643,8 @@ void do_explosion_anim(short /*sound_num*/,short special_draw, short snd) { } } //if(((PSD[SDF_GAME_SPEED] == 1) && (t % 3 == 0)) || ((PSD[SDF_GAME_SPEED] == 2) && (t % 2 == 0))) + refresh_stat_areas(0); + refresh_text_bar(); mainPtr().setActive(); mainPtr().display(); sf::sleep(time_in_ticks(2 * (1 + get_int_pref("GameSpeed"))));