diff options
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 6553b612e..cb2d16efa 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -455,6 +455,7 @@ public: g_BlockPistonBreakable[E_BLOCK_YELLOW_FLOWER] = true; // Blocks that can be snowed over: + g_BlockIsSnowable[E_BLOCK_AIR] = false; g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false; g_BlockIsSnowable[E_BLOCK_CACTUS] = false; g_BlockIsSnowable[E_BLOCK_CHEST] = false; |