fix Ep3 card auction

This commit is contained in:
Martin Michelsen
2023-09-06 16:39:32 -07:00
parent 75fab887e1
commit 548aca8cc0
5 changed files with 10 additions and 48 deletions
+2 -3
View File
@@ -369,6 +369,8 @@ void send_ep3_game_details(
void send_ep3_update_spectator_count(std::shared_ptr<Lobby> l);
void send_ep3_card_auction(std::shared_ptr<ServerState> s, std::shared_ptr<Lobby> l);
// Pass mask_key = 0 to unmask the command
void set_mask_for_ep3_game_command(void* vdata, size_t size, uint8_t mask_key);
@@ -394,9 +396,6 @@ void send_quest_file_chunk(
bool is_download_quest);
bool send_quest_barrier_if_all_clients_ready(std::shared_ptr<Lobby> l);
void send_card_auction_if_all_clients_ready(
std::shared_ptr<ServerState> s, std::shared_ptr<Lobby> l);
void send_server_time(std::shared_ptr<Client> c);
void send_change_event(std::shared_ptr<Client> c, uint8_t new_event);