From b505dc58528418e48a5e11cf47471d41dc575c7a Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 20 Feb 2025 10:30:29 -0600 Subject: [PATCH] Don't double-adjust boom text pos. Fix #127 --- src/game/boe.graphics.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/boe.graphics.cpp b/src/game/boe.graphics.cpp index 221ca324..514d56ce 100644 --- a/src/game/boe.graphics.cpp +++ b/src/game/boe.graphics.cpp @@ -1458,7 +1458,6 @@ void boom_space(location where,short mode,short type,short damage,short sound) { text_rect = dest_rect; text_rect.top += 13; text_rect.height() = 10; - text_rect.offset(x_adj,y_adj); std::string dam_str = std::to_string(damage); style.colour = sf::Color::White; text_rect.offset(-1,-1);