summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkDesc.h
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-05-24 15:58:24 +0200
committertycho <work.tycho@gmail.com>2015-05-24 15:58:24 +0200
commit76a3165f09e729c07cc64b085ec320cbeb206d59 (patch)
treee38a75f890aaa171d76828c27a318d7f7114605b /src/Generating/ChunkDesc.h
parentDisable -Werror for warnings in tests. (diff)
downloadcuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar.gz
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar.bz2
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar.lz
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar.xz
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.tar.zst
cuberite-76a3165f09e729c07cc64b085ec320cbeb206d59.zip
Diffstat (limited to 'src/Generating/ChunkDesc.h')
-rw-r--r--src/Generating/ChunkDesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ChunkDesc.h b/src/Generating/ChunkDesc.h
index 672ed99c0..1033242f8 100644
--- a/src/Generating/ChunkDesc.h
+++ b/src/Generating/ChunkDesc.h
@@ -66,7 +66,7 @@ public:
// These operate on the heightmap, so they could get out of sync with the data
// Use UpdateHeightmap() to re-calculate heightmap from the block data
void SetHeight(int a_RelX, int a_RelZ, HEIGHTTYPE a_Height);
- HEIGHTTYPE GetHeight(int a_RelX, int a_RelZ);
+ HEIGHTTYPE GetHeight(int a_RelX, int a_RelZ);
// tolua_end