1
0

Fixed basic style.

This commit is contained in:
Mattes D
2014-12-25 00:44:09 +01:00
parent f59740b262
commit 3da6e4374e
4 changed files with 71 additions and 23 deletions

View File

@@ -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: