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/ChunkDef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/ChunkDef.h') diff --git a/source/ChunkDef.h b/source/ChunkDef.h index 38dfcd7b4..647f9b51e 100644 --- a/source/ChunkDef.h +++ b/source/ChunkDef.h @@ -43,6 +43,7 @@ typedef std::list cBlockEntityList; /// The datatype used by blockdata, metadata, blocklight and skylight typedef char BLOCKTYPE; +typedef char BIOMETYPE; -- cgit v1.2.3