1
0
Fork 0

This is a copy-paste fail, right?

This commit is contained in:
Alexander Harkness 2013-11-16 18:52:48 +00:00
parent 9ac95fc24a
commit 45aebbd5ab
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ void cCaveTunnel::ProcessChunk(
int BaseZ = a_ChunkZ * cChunkDef::Width;
if (
(BaseX > m_MaxBlockX) || (BaseX + cChunkDef::Width < m_MinBlockX) ||
(BaseX > m_MaxBlockX) || (BaseX + cChunkDef::Width < m_MinBlockX)
(BaseZ > m_MaxBlockZ) || (BaseZ + cChunkDef::Width < m_MinBlockZ)
)
{
// Tunnel does not intersect the chunk at all, bail out