summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-22 16:06:41 +0100
committermadmaxoft <github@xoft.cz>2013-12-31 09:16:44 +0100
commit1957f982bc7be250f52bac2ccc0450e60c965fba (patch)
treef1abf2e7d9a77cbbbe5bcd1bab45e3d9a0eb6100 /src
parentfixed warnings in LightingThread.cpp (diff)
downloadcuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar.gz
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar.bz2
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar.lz
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar.xz
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.tar.zst
cuberite-1957f982bc7be250f52bac2ccc0450e60c965fba.zip
Diffstat (limited to 'src')
-rw-r--r--src/LineBlockTracer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LineBlockTracer.cpp b/src/LineBlockTracer.cpp
index 9fcbca915..110c6b5dc 100644
--- a/src/LineBlockTracer.cpp
+++ b/src/LineBlockTracer.cpp
@@ -196,7 +196,6 @@ bool cLineBlockTracer::Item(cChunk * a_Chunk)
ASSERT((m_CurrentY >= 0) && (m_CurrentY < cChunkDef::Height)); // This should be provided by FixStartAboveWorld() / FixStartBelowWorld()
// This is the actual line tracing loop.
- bool Finished = false;
while (true)
{
// Report the current block through the callbacks: