Add a white space between the side flag and number in the sidebar.

This commit is contained in:
fendrin 2014-03-01 08:11:09 +01:00
parent 5bc77e325f
commit 91b16cfefd

View file

@ -224,7 +224,7 @@ static config unit_side(const unit* u)
flag_icon = game_config::images::flag_icon;
std::stringstream text;
text << u->side();
text << " " << u->side();
add_image(report, flag_icon + mods, u_team.current_player(), "");
add_text(report, text.str(), "", "");