diff options
Diffstat (limited to 'source/ChunkSender.cpp')
-rw-r--r-- | source/ChunkSender.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/ChunkSender.cpp b/source/ChunkSender.cpp index a7afb801c..b49561371 100644 --- a/source/ChunkSender.cpp +++ b/source/ChunkSender.cpp @@ -35,7 +35,8 @@ void cNotifyChunkSender::Call(int a_ChunkX, int a_ChunkZ) cChunkSender::cChunkSender(void) : super("ChunkSender"), m_World(NULL), - m_Notify(NULL) + m_Notify(NULL), + m_RemoveCount(0) { m_Notify.SetChunkSender(this); } |