From 318d4dc121a13e15521b85711ed628bbe7ab0bc8 Mon Sep 17 00:00:00 2001 From: gggaa2152 <60614405+gggaa2152@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:48:43 +0800 Subject: [PATCH] Update main.cpp --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 7d73d1f59..f8568e7fc 100644 --- a/main.cpp +++ b/main.cpp @@ -673,9 +673,8 @@ int g_debug_TurnStartCalled = 0, g_debug_hook_3Cd6058_count = 0, g_debug_hook_se int g_debug_UpdateTurnStart_count = 0, g_debug_set_IsGameEnd_count = 0, g_debug_SendWillRenderCanvases_count = 0; int g_debug_collected_players_count = 0, g_debug_hook_InitTurnDropCfg_count = 0, g_debug_bg_thread_count = 0; int g_debug_hook_6A67e48_count = 0; -bool g_collected_all_players = false; -int g_debug_collected_players_count = 0; +std::atomic g_collected_all_players{false}; std::atomic g_matchFetchRequested{false}, g_matchFetchReady{false}; std::chrono::steady_clock::time_point g_matchFetchTime; std::atomic g_pool_entries1{0};