diff options
author | madmaxoft <github@xoft.cz> | 2013-09-15 20:34:22 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-15 20:34:22 +0200 |
commit | 4e200df18ce04f6bd0c495ea24a7c21c2f799ded (patch) | |
tree | 75dad24f4f8deddb5d7d41b408126409be164a0d /source/BlockID.h | |
parent | APIDump: Added a first part of cWorld documentation. (diff) | |
parent | Possible Linux compile fix (diff) | |
download | cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar.gz cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar.bz2 cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar.lz cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar.xz cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.tar.zst cuberite-4e200df18ce04f6bd0c495ea24a7c21c2f799ded.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index cd3bd78c4..7971b4f84 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, @@ -775,7 +775,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]; |