Re-implemented tree-growing. May produce artefacts on old-world / new-world boundaries.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@293 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -25,9 +25,11 @@ void cWorldGenerator_Test::GenerateTerrain(int a_ChunkX, int a_ChunkY, int a_Chu
|
||||
|
||||
|
||||
|
||||
void cWorldGenerator_Test::GenerateFoliage( cChunkPtr & a_Chunk )
|
||||
void cWorldGenerator_Test::GenerateFoliage(int a_ChunkX, int a_ChunkY, int a_ChunkZ)
|
||||
{
|
||||
(void)a_Chunk;
|
||||
(void)a_ChunkX;
|
||||
(void)a_ChunkY;
|
||||
(void)a_ChunkZ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user