diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-14 22:21:03 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-14 22:21:03 +0100 |
commit | b974b1ea59efac4a14a929b917df152d06487201 (patch) | |
tree | e23c97a10cfde99c7ddcaa0960e459d8e9caaf16 /source/ChunkSender.h | |
parent | Added the new ChunkDef.h into VC2010 project (diff) | |
download | cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.gz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.bz2 cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.lz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.xz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.zst cuberite-b974b1ea59efac4a14a929b917df152d06487201.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ChunkSender.h | 2 |
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:
|