diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-14 17:53:05 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-14 17:53:05 +0200 |
commit | d58db08c1b43561f19e13071158d822d5ab9959d (patch) | |
tree | 3203491e9386b9d88afffdab030c4a3f551968c3 /source/cTorch.h | |
parent | Crafting window crafting result shift-click handling (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/cTorch.h | 1 |
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; |