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