1
0

Hot-fixed AnvilStats compilation for MSVC2013.

This commit is contained in:
Mattes D
2014-06-01 15:19:01 +02:00
parent 2059944d1e
commit 869cd7a208
3 changed files with 56 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ bool cSpringStats::OnSectionsFinished(void)
int Base = BaseY + z * 16;
for (int x = 1; x < 15; x++)
{
if (cChunkDef::GetNibble(m_BlockMetas, Base + x) != 0)
if (cChunkDef::GetNibble(m_BlockMetas, x, y, z) != 0)
{
// Not a source block
continue;