summaryrefslogtreecommitdiffstats
path: root/source/ChunkSender.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/ChunkSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ChunkSender.h b/source/ChunkSender.h
index b5b58b854..59fab5b6c 100644
--- a/source/ChunkSender.h
+++ b/source/ChunkSender.h
@@ -102,7 +102,7 @@ protected:
// Data about the chunk that is being sent:
// NOTE that m_BlockData[] is inherited from the cChunkDataCollector
- BLOCKTYPE m_BiomeData[cChunkDef::Width * cChunkDef::Width];
+ BIOMETYPE m_BiomeData[cChunkDef::Width * cChunkDef::Width];
PacketList m_Packets; // Accumulator for the entity-packets to send
// cIsThread override: