diff options
Diffstat (limited to 'source/cTorch.h')
-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; |