clear arrow color when changing lobbies

This commit is contained in:
Martin Michelsen
2023-11-25 12:21:32 -08:00
parent 1b499ab953
commit 10e5dc4708
+1
View File
@@ -198,6 +198,7 @@ void Lobby::add_client(shared_ptr<Client> 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;