Merge branch 'master' into chunksparsing/structs
Conflicts: src/Chunk.cpp src/Chunk.h
This commit is contained in:
@@ -352,7 +352,7 @@ void cFireSimulator::RemoveFuelNeighbors(cChunk * a_Chunk, int a_RelX, int a_Rel
|
||||
{
|
||||
continue;
|
||||
}
|
||||
BlockType = Neighbour->GetBlock(X, a_RelY + gCrossCoords[i].y, Z);
|
||||
BlockType = Neighbour->GetBlock(X, a_RelY + gNeighborCoords[i].y, Z);
|
||||
|
||||
if (!IsFuel(BlockType))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user