diff --git a/src/Lobby.cc b/src/Lobby.cc index 9c3b009a..ee82c33c 100644 --- a/src/Lobby.cc +++ b/src/Lobby.cc @@ -198,6 +198,7 @@ void Lobby::add_client(shared_ptr c, ssize_t required_client_id) { c->lobby_client_id = index; c->lobby = this->weak_from_this(); + c->lobby_arrow_color = 0; // If there's no one else in the lobby, set the leader id as well size_t leader_index;