1
0

BlockEntities is warnings free

This commit is contained in:
Tycho
2014-02-24 11:29:59 -08:00
parent 23093fd4d1
commit df193c8f6f
6 changed files with 11 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ void cDropSpenserEntity::SetRedstonePower(bool a_IsPowered)
bool cDropSpenserEntity::Tick(float a_Dt, cChunk & a_Chunk)
{
UNUSED(a_Dt);
if (!m_ShouldDropSpense)
{
return false;