summaryrefslogtreecommitdiffstats
path: root/source/ChunkDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/ChunkDef.h')
-rw-r--r--source/ChunkDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ChunkDef.h b/source/ChunkDef.h
index 1e368b50b..7f9c0ca98 100644
--- a/source/ChunkDef.h
+++ b/source/ChunkDef.h
@@ -118,7 +118,7 @@ public:
static const unsigned int INDEX_OUT_OF_RANGE = 0xffffffff;
- /// The type used for any heightmap operations and storage; idx = x + Width * z
+ /// The type used for any heightmap operations and storage; idx = x + Width * z; Height points to the highest non-air block in the column
typedef HEIGHTTYPE HeightMap[Width * Width];
/** The type used for any biomemap operations and storage inside MCServer,