Skip to content

Commit

Permalink
Remove the 'normal speed' icon, which had always been unused in Blade…
Browse files Browse the repository at this point in the history
…s of Exile

closes #387
  • Loading branch information
CelticMinstrel committed Aug 10, 2024
1 parent 4e6306b commit 9f67015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/boe.text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ void draw_pc_effects(short pc) {
if(next.first == eStatus::POISON && next.second > 4) placedIcon = 1;
else if(next.second > 0) placedIcon = statIcons[next.first].first;
else if(next.second < 0) placedIcon = statIcons[next.first].second;
else if(next.first == eStatus::HASTE_SLOW) placedIcon = 7;
if(placedIcon >= 0) {
rect_draw_some_item(status_gworld, get_stat_effect_rect(placedIcon), pc_stats_gworld, dest_rect, sf::BlendAlpha);
dest_rect.offset(13, 0);
Expand Down

0 comments on commit 9f67015

Please sign in to comment.