Skip to content

Commit

Permalink
Name lobby joins enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 31, 2016
1 parent c7419ab commit 9f9d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_preferences.hpp
Expand Up @@ -61,7 +61,7 @@ class acquaintance;
bool parse_should_show_lobby_join(const std::string& sender, const std::string& message);
int lobby_joins();
void _set_lobby_joins(int show);
enum { SHOW_NONE, SHOW_FRIENDS, SHOW_ALL };
enum LOBBY_JOINS { SHOW_NONE, SHOW_FRIENDS, SHOW_ALL };

bool new_lobby();

Expand Down

0 comments on commit 9f9d378

Please sign in to comment.