summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChunkData.h')
-rw-r--r--src/ChunkData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkData.h b/src/ChunkData.h
index 2ab629b29..60eeca816 100644
--- a/src/ChunkData.h
+++ b/src/ChunkData.h
@@ -29,7 +29,7 @@ class cChunkData
{
private:
- static const size_t SectionHeight = 16;
+ static const int SectionHeight = 16;
static const size_t NumSections = (cChunkDef::Height / SectionHeight);
static const size_t SectionBlockCount = SectionHeight * cChunkDef::Width * cChunkDef::Width;