diff options
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index f89178c73..bd2009391 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -715,7 +715,6 @@ public: g_BlockIsSolid[E_BLOCK_FENCE] = false; g_BlockIsSolid[E_BLOCK_FIRE] = false; g_BlockIsSolid[E_BLOCK_GLASS] = false; - g_BlockIsSolid[E_BLOCK_ICE] = false; g_BlockIsSolid[E_BLOCK_IRON_DOOR] = false; g_BlockIsSolid[E_BLOCK_JUNGLE_WOOD_STAIRS] = false; g_BlockIsSolid[E_BLOCK_LADDER] = false; |