summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-02 18:08:58 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-02 18:08:58 +0100
commit7cd7ec2ddf82a48fd15f775c656decff088c13e9 (patch)
tree069c33360a231fa9d29833e045ffc8769ccaacd4 /source
parentDelayedFluidSimulator: removed an obnoxious debugging output (diff)
downloadcuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar.gz
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar.bz2
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar.lz
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar.xz
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.tar.zst
cuberite-7cd7ec2ddf82a48fd15f775c656decff088c13e9.zip
Diffstat (limited to 'source')
-rw-r--r--source/Generating/FinishGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Generating/FinishGen.cpp b/source/Generating/FinishGen.cpp
index 36114fddb..84aa019af 100644
--- a/source/Generating/FinishGen.cpp
+++ b/source/Generating/FinishGen.cpp
@@ -441,6 +441,7 @@ void cFinishGenPreSimulator::CollapseSandGravel(
break;
}
case E_BLOCK_AIR:
+ case E_BLOCK_FIRE:
case E_BLOCK_WATER:
case E_BLOCK_STATIONARY_WATER:
case E_BLOCK_LAVA: