summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-22 11:45:23 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-12-22 11:45:23 +0100
commit186984e69739ae23c585aa8592d821883544e9c0 (patch)
tree964e088e5b19333959337f9530eee4319ab0d52c
parentMTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now) (diff)
downloadcuberite-186984e69739ae23c585aa8592d821883544e9c0.tar
cuberite-186984e69739ae23c585aa8592d821883544e9c0.tar.gz
cuberite-186984e69739ae23c585aa8592d821883544e9c0.tar.bz2
cuberite-186984e69739ae23c585aa8592d821883544e9c0.tar.lz
cuberite-186984e69739ae23c585aa8592d821883544e9c0.tar.xz
cuberite-186984e69739ae23c585aa8592d821883544e9c0.tar.zst
cuberite-186984e69739ae23c585aa8592d821883544e9c0.zip
-rw-r--r--source/Generating/FinishGen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Generating/FinishGen.cpp b/source/Generating/FinishGen.cpp
index edb213a13..36114fddb 100644
--- a/source/Generating/FinishGen.cpp
+++ b/source/Generating/FinishGen.cpp
@@ -441,6 +441,10 @@ void cFinishGenPreSimulator::CollapseSandGravel(
break;
}
case E_BLOCK_AIR:
+ case E_BLOCK_WATER:
+ case E_BLOCK_STATIONARY_WATER:
+ case E_BLOCK_LAVA:
+ case E_BLOCK_STATIONARY_LAVA:
{
// Do nothing
break;