summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-25 22:22:43 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-25 22:22:43 +0200
commit05f52192c9389f0c28cc6d772f3625c9588273a1 (patch)
treebf1f98b0561dd18fcab90a2b024440f725d4788d /src/Chunk.h
parentFixed indent (diff)
downloadcuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar.gz
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar.bz2
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar.lz
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar.xz
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.tar.zst
cuberite-05f52192c9389f0c28cc6d772f3625c9588273a1.zip
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index 9100eec58..a9c9be861 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -421,10 +421,10 @@ private:
cChunkMap * m_ChunkMap;
// TODO: Make these pointers and don't allocate what isn't needed
- std::vector<BLOCKTYPE> m_BlockTypes;
- std::vector<NIBBLETYPE> m_BlockMeta;
- std::vector<NIBBLETYPE> m_BlockLight;
- std::vector<NIBBLETYPE> m_BlockSkyLight;
+ COMPRESSED_BLOCKTYPE m_BlockTypes;
+ COMPRESSED_NIBBLETYPE m_BlockMeta;
+ COMPRESSED_NIBBLETYPE m_BlockLight;
+ COMPRESSED_NIBBLETYPE m_BlockSkyLight;
cChunkDef::HeightMap m_HeightMap;
cChunkDef::BiomeMap m_BiomeMap;