diff options
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index dd5d54097..5c3d61c1f 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -523,9 +523,6 @@ private: it may just read m_State without locking m_CSState. */ std::atomic<eState> m_State; - /** If set to true during csDownloadingWorld, the tick thread calls CheckIfWorldDownloaded() */ - bool m_ShouldCheckDownloaded; - /** Number of explosions sent this tick */ int m_NumExplosionsThisTick; |