make tournament deck selection start at the same time for all players

This commit is contained in:
Martin Michelsen
2023-10-03 21:12:43 -07:00
parent 38aaffd4bd
commit f0c339e040
4 changed files with 44 additions and 11 deletions
+1
View File
@@ -366,6 +366,7 @@ void send_quest_file_chunk(
size_t size,
bool is_download_quest);
bool send_quest_barrier_if_all_clients_ready(std::shared_ptr<Lobby> l);
bool send_ep3_start_tournament_deck_select_if_all_clients_ready(std::shared_ptr<Lobby> l);
void send_server_time(std::shared_ptr<Client> c);