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/BlockID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BlockID.h') diff --git a/src/BlockID.h b/src/BlockID.h index 288719ccf..a6f0e2675 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -909,7 +909,7 @@ extern bool g_BlockPistonBreakable[256]; extern bool g_BlockIsSnowable[256]; extern bool g_BlockRequiresSpecialTool[256]; extern bool g_BlockIsSolid[256]; -extern bool g_BlockIsTorchPlaceable[256]; +extern bool g_BlockFullyOccupiesVoxel[256]; -- cgit v1.2.3