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

@@ -126,6 +126,8 @@ void cCommandBlockEntity::SetRedstonePower(bool a_IsPowered)
bool cCommandBlockEntity::Tick(float a_Dt, cChunk & a_Chunk)
{
UNUSED(a_Dt);
UNUSED(a_Chunk);
if (!m_ShouldExecute)
{
return false;