summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-15 16:55:35 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-09-15 16:55:35 +0200
commitfc3d5ff5a6090eb447e31966faa77f75bd1b5c06 (patch)
treeb84c4547da1ed17f189d96f535058eb52dd2d1d7 /source/BlockID.h
parentRemoved leftover CanBePlacedOnSide (diff)
downloadcuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.gz
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.bz2
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.lz
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.xz
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.tar.zst
cuberite-fc3d5ff5a6090eb447e31966faa77f75bd1b5c06.zip
Diffstat (limited to 'source/BlockID.h')
-rw-r--r--source/BlockID.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index 40da3c651..8f5675b31 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -165,7 +165,7 @@ enum ENUM_BLOCK_ID
E_BLOCK_NETHER_QUARTZ_ORE = 153,
E_BLOCK_HOPPER = 154,
E_BLOCK_QUARTZ_BLOCK = 155,
- E_BLOCK_QUARTZ_STAIR = 156,
+ E_BLOCK_QUARTZ_STAIRS = 156,
E_BLOCK_ACTIVATOR_RAIL = 157,
E_BLOCK_DROPPER = 158,
@@ -770,7 +770,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];