Don't double-adjust boom text pos. Fix #127

This commit is contained in:
2025-02-20 10:30:29 -06:00
committed by Celtic Minstrel
parent 942442ab26
commit b505dc5852

View File

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