diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-17 07:34:37 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-17 07:34:37 +0200 |
commit | d7669c6709d3c8818bcffd30f65a9b77eeaed81c (patch) | |
tree | d6e0281348ca9418d005b0b8a6fbace2d12b76c8 /source/cChunk.h | |
parent | Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden door (diff) | |
download | cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar.gz cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar.bz2 cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar.lz cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar.xz cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.tar.zst cuberite-d7669c6709d3c8818bcffd30f65a9b77eeaed81c.zip |
Diffstat (limited to 'source/cChunk.h')
-rw-r--r-- | source/cChunk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunk.h b/source/cChunk.h index 7ebb37e43..9ecbe89b8 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -237,6 +237,7 @@ private: void TickGrass (int a_RelX, int a_RelY, int a_RelZ, MTRand & a_TickRandom); void TickMelonPumpkin(int a_RelX, int a_RelY, int a_RelZ, int a_BlockIdx, BLOCKTYPE a_BlockType, MTRand & a_TickRandom); void TickFarmland (int a_RelX, int a_RelY, int a_RelZ); + void TickLeaves (int a_RelX, int a_RelY, int a_RelZ); /// Grows sugarcane by the specified number of blocks, but no more than 3 blocks high (used by both bonemeal and ticking) void GrowSugarcane (int a_RelX, int a_RelY, int a_RelZ, int a_NumBlocks); |