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

@@ -21,6 +21,7 @@ cNoteEntity::cNoteEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_Wo
void cNoteEntity::UsedBy(cPlayer * a_Player)
{
UNUSED(a_Player);
IncrementPitch();
MakeSound();
}