diff options
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]; |