1
0

Old code begone! ChunkMap cleanup

git-svn-id: http://mc-server.googlecode.com/svn/trunk@189 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-01-29 21:40:21 +00:00
parent 89afb970d8
commit 87a7c39dfc
4 changed files with 272 additions and 393 deletions

View File

@@ -229,7 +229,7 @@ cWorld::cWorld( const char* a_WorldName )
m_Description = IniFile2.GetValue("Server", "Description", "MCServer! - It's OVER 9000!").c_str();
}
m_ChunkMap = new cChunkMap( 32, 32, this );
m_ChunkMap = new cChunkMap(this );
m_pState->pChunkGenerator = new cChunkGenerator( m_ChunkMap );
m_Time = 0;