summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/ChunkSender.h1
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: