Emagi 1 年之前
父節點
當前提交
f17d884f72
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      EQ2/source/WorldServer/client.h

+ 2 - 2
EQ2/source/WorldServer/client.h

@@ -638,8 +638,8 @@ private:
 	Timer*	connect;
 	Timer*	camp_timer;
 	bool	connected;
-	bool	ready_for_spawns;
-	bool	ready_for_updates;
+	std::atomic<bool> ready_for_spawns;
+	std::atomic<bool> ready_for_updates;
 	bool	seencharsel;
 	bool	connected_to_zone;
 	bool	client_zoning;