diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-05 13:42:09 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-05 13:42:09 +0200 |
commit | d303a60e110bbecd29ab65fb6173e77891a413e6 (patch) | |
tree | f0afdd57e46f06b553d133c01a57dff5711aa845 /source/ChunkDef.h | |
parent | Entity: Now entites inside a cobweb slow down their speed (diff) | |
download | cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar.gz cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar.bz2 cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar.lz cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar.xz cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.tar.zst cuberite-d303a60e110bbecd29ab65fb6173e77891a413e6.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ChunkDef.h | 2 |
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, |