Skip to content

Commit

Permalink
MP Lobby: display self before friends in player list (fixes #3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 31, 2018
1 parent 0dd382e commit 6cc9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_initialization/lobby_data.hpp
Expand Up @@ -110,8 +110,8 @@ struct user_info
void update_relation();

enum user_relation {
FRIEND,
ME,
FRIEND,
NEUTRAL,
IGNORED
};
Expand Down

0 comments on commit 6cc9179

Please sign in to comment.