From 7cd7ec2ddf82a48fd15f775c656decff088c13e9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 2 Mar 2013 17:08:58 +0000 Subject: Presimulator finisher now drops sand and gravel through fire blocks as well git-svn-id: http://mc-server.googlecode.com/svn/trunk@1238 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Generating/FinishGen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Generating/FinishGen.cpp') 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: -- cgit v1.2.3