diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-22 16:06:41 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-31 09:16:44 +0100 |
commit | 1957f982bc7be250f52bac2ccc0450e60c965fba (patch) | |
tree | f1abf2e7d9a77cbbbe5bcd1bab45e3d9a0eb6100 | |
parent | fixed warnings in LightingThread.cpp (diff) | |
download | cuberite-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 |
-rw-r--r-- | src/LineBlockTracer.cpp | 1 |
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: |