Skip to content

Commit

Permalink
tunit_recall: made use of unit::image_mods()
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 6, 2016
1 parent aab702f commit 4e718ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/dialogs/unit_recall.cpp
Expand Up @@ -188,8 +188,7 @@ void tunit_recall::pre_show(twindow& window)
std::map<std::string, string_map> row_data;
string_map column;

std::string mods
= "~RC(" + unit->team_color() + ">" + team::get_side_color_index(unit->side()) + ")";
std::string mods = unit->image_mods();

if(unit->can_recruit()) {
mods += "~BLIT(" + unit::leader_crown() + ")";
Expand Down

0 comments on commit 4e718ad

Please sign in to comment.