summaryrefslogtreecommitdiffstats
path: root/source/cTorch.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-14 17:53:05 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-14 17:53:05 +0200
commitd58db08c1b43561f19e13071158d822d5ab9959d (patch)
tree3203491e9386b9d88afffdab030c4a3f551968c3 /source/cTorch.h
parentCrafting window crafting result shift-click handling (diff)
downloadcuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar.gz
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar.bz2
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar.lz
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar.xz
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.tar.zst
cuberite-d58db08c1b43561f19e13071158d822d5ab9959d.zip
Diffstat (limited to 'source/cTorch.h')
-rw-r--r--source/cTorch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cTorch.h b/source/cTorch.h
index 5d0b9ad0c..fa301c3d4 100644
--- a/source/cTorch.h
+++ b/source/cTorch.h
@@ -35,6 +35,7 @@ public:
{ //tolua_export
switch (a_MetaData)
{
+ case 0: return BLOCK_FACE_TOP; // by default, the torches stand on the ground
case E_META_TORCH_FLOOR: return BLOCK_FACE_TOP;
case E_META_TORCH_EAST: return BLOCK_FACE_EAST;
case E_META_TORCH_WEST: return BLOCK_FACE_WEST;