summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/NoteEntity.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-24 20:44:02 +0100
committerMattes D <github@xoft.cz>2014-02-24 20:44:02 +0100
commit3decf7fc94a049f2e7a71913075d29ae61b15f52 (patch)
tree7d32968ed3c95ec722182cfa4223d2f3dd79fb01 /src/BlockEntities/NoteEntity.cpp
parentMerge pull request #710 from TheJumper/master (diff)
parentBlockEntities is warnings free (diff)
downloadcuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.gz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.bz2
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.lz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.xz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.zst
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.zip
Diffstat (limited to 'src/BlockEntities/NoteEntity.cpp')
-rw-r--r--src/BlockEntities/NoteEntity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockEntities/NoteEntity.cpp b/src/BlockEntities/NoteEntity.cpp
index 9a33ead62..58b05a324 100644
--- a/src/BlockEntities/NoteEntity.cpp
+++ b/src/BlockEntities/NoteEntity.cpp
@@ -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();
}