diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-21 23:15:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-21 23:15:57 +0200 |
commit | ba8a5184c8a9b7acfb145fe657ebe18541197a00 (patch) | |
tree | ed92993c59673cc4adfb37c19761a59b3de282b0 /source/BlockID.cpp | |
parent | cFinishGenPreSimulator sets correct fluid type (stationary in the middle, flowing on chunk borders / holes next to water. (diff) | |
download | cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar.gz cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar.bz2 cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar.lz cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar.xz cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.tar.zst cuberite-ba8a5184c8a9b7acfb145fe657ebe18541197a00.zip |
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; |