diff options
author | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-23 20:13:37 +0200 |
---|---|---|
committer | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-23 20:13:37 +0200 |
commit | 1e452425469e4a0cbf61fce698eb3ad89fb80a77 (patch) | |
tree | f38c53dd0f72971c1c829034250e38284831eb1e /source/BlockID.h | |
parent | You can now see particles and hear sounds when other players are destroying blocks. (diff) | |
download | cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.gz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.bz2 cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.lz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.xz cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.tar.zst cuberite-1e452425469e4a0cbf61fce698eb3ad89fb80a77.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 31ae224e3..ea448ecd5 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -666,6 +666,7 @@ extern bool g_BlockOneHitDig[256]; extern bool g_BlockPistonBreakable[256]; extern bool g_BlockIsSnowable[256]; extern bool g_BlockRequiresSpecialTool[256]; +extern bool g_BlockIsSolid[256]; |