summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FluidSimulator.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-30 22:13:13 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-30 22:13:13 +0100
commit67b5a417e35febeb211d29320197d5f1ac2ba291 (patch)
tree2de5132e2a0cdadcb73e3ec590e2ba095405914f /src/Simulator/FluidSimulator.cpp
parentFixed signs and added missing blocks to sand simulators list (diff)
downloadcuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.gz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.bz2
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.lz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.xz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.zst
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.zip
Diffstat (limited to '')
-rw-r--r--src/Simulator/FluidSimulator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/FluidSimulator.cpp b/src/Simulator/FluidSimulator.cpp
index 60220b706..38508323f 100644
--- a/src/Simulator/FluidSimulator.cpp
+++ b/src/Simulator/FluidSimulator.cpp
@@ -46,6 +46,8 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
case E_BLOCK_SNOW:
case E_BLOCK_SUGARCANE:
case E_BLOCK_TALL_GRASS:
+ case E_BLOCK_TRIPWIRE:
+ case E_BLOCK_TRIPWIRE_HOOK:
case E_BLOCK_TORCH:
case E_BLOCK_YELLOW_FLOWER:
case E_BLOCK_VINES: