diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-04-07 21:57:14 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-04-07 21:57:14 +0200 |
commit | f13cf1a0217437113ad5372ef971c3903d55a9c6 (patch) | |
tree | 92e1c42bb475ed23eeda023f08df662283153f83 /src/Chunk.h | |
parent | Attempt to fix errors (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Chunk.h | 2 |
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) |