1
0

Merge branch 'master' into 1.8-Protocol

This commit is contained in:
Howaner
2014-09-12 13:28:06 +02:00
65 changed files with 260 additions and 326 deletions

View File

@@ -2215,7 +2215,7 @@ bool cChunk::DoWithRedstonePoweredEntityAt(int a_BlockX, int a_BlockY, int a_Blo
}
}
if (a_Callback.Item((cRedstonePoweredEntity *)*itr))
if (a_Callback.Item(dynamic_cast<cRedstonePoweredEntity *>(*itr))) // Needs dynamic_cast due to multiple inheritance
{
return false;
}