diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-13 18:24:50 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-13 18:24:50 +0200 |
commit | b4ca06b9d9781214f27f388b1663e4372d7f0667 (patch) | |
tree | cfc9638f2f0221bc17d2d9fd37aea9b73b7a8a04 /source/Simulator/LavaSimulator.cpp | |
parent | Forgotten file (diff) | |
download | cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar.gz cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar.bz2 cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar.lz cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar.xz cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.tar.zst cuberite-b4ca06b9d9781214f27f388b1663e4372d7f0667.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Simulator/LavaSimulator.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source/Simulator/LavaSimulator.cpp b/source/Simulator/LavaSimulator.cpp deleted file mode 100644 index 726cc37e4..000000000 --- a/source/Simulator/LavaSimulator.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "Globals.h" -#include "LavaSimulator.h" -#include "Defines.h" -#include "World.h" - - -cLavaSimulator::cLavaSimulator(cWorld *a_World) - : cFluidSimulator(a_World) -{ - m_FluidBlock = E_BLOCK_LAVA; - m_StationaryFluidBlock = E_BLOCK_STATIONARY_LAVA; - m_MaxHeight = 6; - m_FlowReduction = 2; -} - - -bool cLavaSimulator::IsAllowedBlock(BLOCKTYPE a_BlockType) -{ - return IsBlockLava(a_BlockType); -}
\ No newline at end of file |