summaryrefslogtreecommitdiffstats
path: root/source/cChunk.cpp
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-23 16:11:45 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-23 16:11:45 +0100
commitce11c6b2bd56f976664e7b416204b9128ca780b1 (patch)
treec4f121de68e12e530548362e867019e17071de24 /source/cChunk.cpp
parentFixed the  sign bug (diff)
downloadcuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.gz
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.bz2
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.lz
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.xz
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.tar.zst
cuberite-ce11c6b2bd56f976664e7b416204b9128ca780b1.zip
Diffstat (limited to '')
-rw-r--r--source/cChunk.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunk.cpp b/source/cChunk.cpp
index 3af1b0ff3..7eb296abb 100644
--- a/source/cChunk.cpp
+++ b/source/cChunk.cpp
@@ -268,6 +268,7 @@ void cChunk::Tick(float a_Dt)
{
isRedstone = true;
}
+ case E_BLOCK_CACTUS:
case E_BLOCK_REEDS:
case E_BLOCK_WOODEN_PRESSURE_PLATE:
case E_BLOCK_STONE_PRESSURE_PLATE: