summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWorldGenerator_Test.cpp')
-rw-r--r--source/cWorldGenerator_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cWorldGenerator_Test.cpp b/source/cWorldGenerator_Test.cpp
index 86a7b8388..b7257f35f 100644
--- a/source/cWorldGenerator_Test.cpp
+++ b/source/cWorldGenerator_Test.cpp
@@ -8,7 +8,7 @@
-void cWorldGenerator_Test::GenerateTerrain(int a_ChunkX, int a_ChunkY, int a_ChunkZ, char * a_BlockData)
+void cWorldGenerator_Test::GenerateTerrain(int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKTYPE * a_BlockData)
{
memset(a_BlockData, E_BLOCK_DIRT, cChunkDef::NumBlocks);
for(int x = 0; x < cChunkDef::Width; x++)