diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:49:17 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:49:17 +0200 |
commit | 3c97a8e8a535b8f36074093d987ac14f32ea96d6 (patch) | |
tree | 03d4c5965269941d626d98ce9fd08c13d1c61d13 /source | |
parent | Chests and Furnaces are now saved properly into Anvil scheme. (diff) | |
download | cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar.gz cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar.bz2 cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar.lz cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar.xz cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.tar.zst cuberite-3c97a8e8a535b8f36074093d987ac14f32ea96d6.zip |
Diffstat (limited to 'source')
-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 6d98d0d89..08481ad65 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -241,6 +241,7 @@ public: // Blocks that can be snowed over:
g_BlockIsSnowable[E_BLOCK_BROWN_MUSHROOM] = false;
+ g_BlockIsSnowable[E_BLOCK_CACTUS] = false;
g_BlockIsSnowable[E_BLOCK_CHEST] = false;
g_BlockIsSnowable[E_BLOCK_CROPS] = false;
g_BlockIsSnowable[E_BLOCK_FIRE] = false;
|