diff options
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index f257282eb..2cb66776b 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -458,6 +458,8 @@ extern NIBBLETYPE g_BlockSpreadLightFalloff[256]; extern bool g_BlockTransparent[256];
extern bool g_BlockOneHitDig[256];
extern bool g_BlockPistonBreakable[256];
+extern bool g_BlockIsSnowable[256];
+
|