diff options
author | Mattes D <github@xoft.cz> | 2014-02-24 20:44:02 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-24 20:44:02 +0100 |
commit | 3decf7fc94a049f2e7a71913075d29ae61b15f52 (patch) | |
tree | 7d32968ed3c95ec722182cfa4223d2f3dd79fb01 /src/BlockEntities/NoteEntity.cpp | |
parent | Merge pull request #710 from TheJumper/master (diff) | |
parent | BlockEntities is warnings free (diff) | |
download | cuberite-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.cpp | 1 |
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(); } |