From d7669c6709d3c8818bcffd30f65a9b77eeaed81c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 17 Jun 2012 05:34:37 +0000 Subject: Fixed leaves blockticking - must touch neighboring chunks, too, instead of self at wrong places. git-svn-id: http://mc-server.googlecode.com/svn/trunk@626 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cChunk.h') 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); -- cgit v1.2.3