summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-06 22:54:58 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-06 22:54:58 +0200
commit36650da187e62bb7a224c580ce5494722e9de42f (patch)
tree77b9bfb51593452ea5e1cc9d6915451877a9d622 /source/cChunk.h
parentHopefully fixed lighting around chests and crops (diff)
downloadcuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar.gz
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar.bz2
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar.lz
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar.xz
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.tar.zst
cuberite-36650da187e62bb7a224c580ce5494722e9de42f.zip
Diffstat (limited to 'source/cChunk.h')
-rw-r--r--source/cChunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunk.h b/source/cChunk.h
index 3ae29aaba..efd697b63 100644
--- a/source/cChunk.h
+++ b/source/cChunk.h
@@ -227,6 +227,7 @@ private:
cClientHandleList GetAllClients(void) const {return m_LoadedByClient; }
void TickBlocks(MTRand & a_TickRandom);
+ 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);