From acc4be80348ec1a774481d7ee3b8b207174a91a7 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 31 Aug 2012 16:26:03 +0000 Subject: Another possible deadlock in cClientHandle averted. Hope this is the one. git-svn-id: http://mc-server.googlecode.com/svn/trunk@810 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 0b25365df..e6887d752 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -223,6 +223,9 @@ private: eState m_State; bool m_bKeepThreadGoing; + + /// If set to true during csDownloadingWorld, the tick thread calls CheckIfWorldDownloaded() + bool m_ShouldCheckDownloaded; /// Returns true if the rate block interactions is within a reasonable limit (bot protection) bool CheckBlockInteractionsRate(void); -- cgit v1.2.3