From b974b1ea59efac4a14a929b917df152d06487201 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 14 Mar 2012 21:21:03 +0000 Subject: Unified the chunk data to use the BLOCKDATA datatype. git-svn-id: http://mc-server.googlecode.com/svn/trunk@413 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorldGenerator_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cWorldGenerator_Test.cpp') 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++) -- cgit v1.2.3