diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-16 22:28:12 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-27 23:20:28 +0100 |
commit | 9c461124866cd16d04206f49da6650a2219de50f (patch) | |
tree | f0858a5de18aa691f9063a342e6c5872b2631d69 /src/Simulator/FireSimulator.cpp | |
parent | Wrong if in BlockLeaves (diff) | |
download | cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.gz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.bz2 cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.lz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.xz cuberite-9c461124866cd16d04206f49da6650a2219de50f.tar.zst cuberite-9c461124866cd16d04206f49da6650a2219de50f.zip |
Diffstat (limited to 'src/Simulator/FireSimulator.cpp')
-rw-r--r-- | src/Simulator/FireSimulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/FireSimulator.cpp b/src/Simulator/FireSimulator.cpp index 932ccf6bd..e4d4a540d 100644 --- a/src/Simulator/FireSimulator.cpp +++ b/src/Simulator/FireSimulator.cpp @@ -320,7 +320,7 @@ void cFireSimulator::TrySpreadFire(cChunk * a_Chunk, int a_RelX, int a_RelY, int int a_PosX = x + a_Chunk->GetPosX() * cChunkDef::Width; int a_PosZ = z + a_Chunk->GetPosZ() * cChunkDef::Width; - if (cRoot::Get()->GetPluginManager()->CallHookBlockSpread(&m_World, a_PosX, y, a_PosZ, esFireSpread)) + if (cRoot::Get()->GetPluginManager()->CallHookBlockSpread(&m_World, a_PosX, y, a_PosZ, ssFireSpread)) { return; } |