Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 24, 2016
1 parent bcb06e4 commit bcf2710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/game_initialization/multiplayer_ui.cpp
Expand Up @@ -613,7 +613,9 @@ void ui::layout_children(const SDL_Rect& /*rect*/)
entry_textbox_.set_width(xscale(833) - 8);
}

bool ui::user_info::operator> (const user_info& b) const {
bool ui::user_info::operator> (const user_info& b) const
{
//FIXME: to cmpare names, use translation::compare from gettext.hpp
user_info const& a = *this;

// ME always on top
Expand Down

0 comments on commit bcf2710

Please sign in to comment.