From 36650da187e62bb7a224c580ce5494722e9de42f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 6 Jun 2012 20:54:58 +0000 Subject: Grass spreads to adjacent dirt blocks. Doesn't check dest light yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@563 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 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); -- cgit v1.2.3