make download quest menu work even after joining a lobby

This commit is contained in:
Martin Michelsen
2022-05-18 01:05:04 -07:00
parent 095eb23dab
commit 7764ae7b03
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -167,6 +167,7 @@ void send_player_join_notification(std::shared_ptr<Client> c,
std::shared_ptr<Lobby> l, std::shared_ptr<Client> joining_client);
void send_player_leave_notification(std::shared_ptr<Lobby> l,
uint8_t leaving_client_id);
void send_self_leave_notification(std::shared_ptr<Client> c);
void send_get_player_info(std::shared_ptr<Client> c);
void send_arrow_update(std::shared_ptr<Lobby> l);