diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-07 18:05:10 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-07 18:05:10 +0200 |
commit | 4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c (patch) | |
tree | 7e79e352d8ee3f0e94bffa04a7b4ac938017a9e4 /source/BlockID.cpp | |
parent | Fixed slot parsing in 1.2.5 causing weird behavior ( http://forum.mc-server.org/showthread.php?tid=551&pid=4413#pid4413 ) (diff) | |
download | cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar.gz cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar.bz2 cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar.lz cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar.xz cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.tar.zst cuberite-4a3b5e93eccf3ac3cf4f141d9b1d0547f377432c.zip |
Diffstat (limited to 'source/BlockID.cpp')
-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 f5317e59d..7a4b28b14 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -324,6 +324,7 @@ public: g_BlockIsSnowable[E_BLOCK_TALL_GRASS] = false; g_BlockIsSnowable[E_BLOCK_TNT] = false; g_BlockIsSnowable[E_BLOCK_TORCH] = false; + g_BlockIsSnowable[E_BLOCK_VINES] = false; g_BlockIsSnowable[E_BLOCK_WALLSIGN] = false; g_BlockIsSnowable[E_BLOCK_WATER] = false; g_BlockIsSnowable[E_BLOCK_YELLOW_FLOWER] = false; |