summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FloodyFluidSimulator.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-12-25 00:44:09 +0100
committerMattes D <github@xoft.cz>2014-12-25 00:44:09 +0100
commit3da6e4374e72e86930a24441c2b26f8eb582c723 (patch)
tree6b83f45407713ea40ad23ea46562fefdbd4079a4 /src/Simulator/FloodyFluidSimulator.cpp
parentAPIDump: Added details about client handle in OnServerPing hook. (diff)
downloadcuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.gz
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.bz2
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.lz
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.xz
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.zst
cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.zip
Diffstat (limited to 'src/Simulator/FloodyFluidSimulator.cpp')
-rw-r--r--src/Simulator/FloodyFluidSimulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/FloodyFluidSimulator.cpp b/src/Simulator/FloodyFluidSimulator.cpp
index 37d58307b..bcd083294 100644
--- a/src/Simulator/FloodyFluidSimulator.cpp
+++ b/src/Simulator/FloodyFluidSimulator.cpp
@@ -105,7 +105,7 @@ void cFloodyFluidSimulator::SimulateBlock(cChunk * a_Chunk, int a_RelX, int a_Re
}
// Spread to the neighbors:
if (SpreadFurther && (NewMeta < 8))
- {
+ {
SpreadXZ(a_Chunk, a_RelX, a_RelY, a_RelZ, NewMeta);
}
// If source creation is on, check for it here: