From b068b73ad9cce7a5150c589b66d6465a8a4d0b90 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 11 Jan 2014 01:51:24 +0000 Subject: Renamed g_TorchPlaceable... ...to g_FullyOccupiesVoxel, as recommended by @bearbin --- src/Defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Defines.h') 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 -- cgit v1.2.3