summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-07 21:57:14 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-07 21:57:14 +0200
commitf13cf1a0217437113ad5372ef971c3903d55a9c6 (patch)
tree92e1c42bb475ed23eeda023f08df662283153f83 /src/Chunk.h
parentAttempt to fix errors (diff)
downloadcuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar.gz
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar.bz2
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar.lz
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar.xz
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.tar.zst
cuberite-f13cf1a0217437113ad5372ef971c3903d55a9c6.zip
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h
index 6e2933ff8..9100eec58 100644
--- a/src/Chunk.h
+++ b/src/Chunk.h
@@ -267,7 +267,7 @@ public:
void UseBlockEntity(cPlayer * a_Player, int a_X, int a_Y, int a_Z); // [x, y, z] in world block coords
void CalculateLighting(); // Recalculate right now
- void CalculateHeightmap();
+ void CalculateHeightmap(const BLOCKTYPE * a_BlockTypes);
// Broadcast various packets to all clients of this chunk:
// (Please keep these alpha-sorted)