summaryrefslogtreecommitdiffstats
path: root/src/Defines.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-11 02:51:24 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-11 02:51:24 +0100
commitb068b73ad9cce7a5150c589b66d6465a8a4d0b90 (patch)
tree2d6a5be4229ca18171a7d6e41a9287f7f191ca94 /src/Defines.h
parentFixed doors, fixes #453 (diff)
downloadcuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar.gz
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar.bz2
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar.lz
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar.xz
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.tar.zst
cuberite-b068b73ad9cce7a5150c589b66d6465a8a4d0b90.zip
Diffstat (limited to 'src/Defines.h')
-rw-r--r--src/Defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Defines.h b/src/Defines.h
index 534802d55..9bbe1055d 100644
--- a/src/Defines.h
+++ b/src/Defines.h
@@ -41,8 +41,8 @@ extern bool g_BlockRequiresSpecialTool[256];
/// Is this block solid (player cannot walk through)?
extern bool g_BlockIsSolid[256];
-/// Can torches be placed on this block?
-extern bool g_BlockIsTorchPlaceable[256];
+/// Does this block fully occupy it's voxel - is it a 'full' block?
+extern bool g_BlockFullyOccupiesVoxel[256];
/// Experience Orb setup
enum