diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-12 20:29:31 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-12 20:29:31 +0100 |
commit | cb1edaf6df5575c28b50462bc98c5a6072b449b5 (patch) | |
tree | be827ec4fa198761de5c654dbb8b7514167c5324 /source/ChunkSender.h | |
parent | Fixing compilation on Drawin 9 / MacOS X (diff) | |
download | cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar.gz cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar.bz2 cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar.lz cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar.xz cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.tar.zst cuberite-cb1edaf6df5575c28b50462bc98c5a6072b449b5.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ChunkSender.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ChunkSender.h b/source/ChunkSender.h index c5c6f7774..3c77c4210 100644 --- a/source/ChunkSender.h +++ b/source/ChunkSender.h @@ -102,6 +102,7 @@ protected: // Data about the chunk that is being sent:
char m_BlockData[cChunk::c_BlockDataSize];
+ char m_BiomeData[cChunk::c_ChunkWidth * cChunk::c_ChunkWidth];
PacketList m_Packets; // Accumulator for the entity-packets to send
// cIsThread override:
|