diff options
Diffstat (limited to 'source/Simulator/FluidSimulator.cpp')
-rw-r--r-- | source/Simulator/FluidSimulator.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Simulator/FluidSimulator.cpp b/source/Simulator/FluidSimulator.cpp index f1930c91f..2ade2ba11 100644 --- a/source/Simulator/FluidSimulator.cpp +++ b/source/Simulator/FluidSimulator.cpp @@ -37,6 +37,10 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType) case E_BLOCK_RED_MUSHROOM: case E_BLOCK_BROWN_MUSHROOM: case E_BLOCK_CACTUS: + case E_BLOCK_TORCH: + case E_BLOCK_REDSTONE_TORCH_OFF: + case E_BLOCK_REDSTONE_TORCH_ON: + case E_BLOCK_RAIL: { return true; } |