1
0

Merge pull request #738 from xdot/master

Refactored global block property arrays
This commit is contained in:
Mattes D
2014-03-02 16:13:43 +01:00
41 changed files with 1045 additions and 503 deletions

View File

@@ -252,7 +252,7 @@ int cFireSimulator::GetBurnStepTime(cChunk * a_Chunk, int a_RelX, int a_RelY, in
{
return m_BurnStepTimeFuel;
}
IsBlockBelowSolid = g_BlockIsSolid[BlockBelow];
IsBlockBelowSolid = cBlockInfo::IsSolid(BlockBelow);
}
for (size_t i = 0; i < ARRAYCOUNT(gCrossCoords); i++)