diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-12-18 21:44:51 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-12-21 14:52:15 +0100 |
commit | 491238f79967c397d75f3d1aaa87cd0c21390606 (patch) | |
tree | afa441906048ced29b2a17f19a950eca11384e94 /src/Chunk.h | |
parent | Improve Silverfish search (diff) | |
download | cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar.gz cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar.bz2 cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar.lz cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar.xz cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.tar.zst cuberite-491238f79967c397d75f3d1aaa87cd0c21390606.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Chunk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index 04f305f69..bfd860b1c 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -43,7 +43,6 @@ typedef std::list<cClientHandle *> cClientHandleList; // A convenience macro for calling GetChunkAndRelByAbsolute. #define PREPARE_REL_AND_CHUNK(Position, OriginalChunk) cChunk * Chunk; Vector3i Rel; bool RelSuccess = (OriginalChunk).GetChunkAndRelByAbsolute(Position, &Chunk, Rel) -#define PREPARE_BLOCKDATA BLOCKTYPE BlockType; NIBBLETYPE BlockMeta; // This class is not to be used directly |