1
0

Fixed the rest of constructor reorders.

This commit is contained in:
madmaxoft
2013-12-20 19:10:07 +01:00
parent 1f03fc4bf9
commit f5e6124ee0
9 changed files with 92 additions and 97 deletions

View File

@@ -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);
}