summaryrefslogtreecommitdiffstats
path: root/source/cNoteEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cNoteEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cNoteEntity.cpp b/source/cNoteEntity.cpp
index 4feb9223c..44f911dc4 100644
--- a/source/cNoteEntity.cpp
+++ b/source/cNoteEntity.cpp
@@ -84,7 +84,7 @@ void cNoteEntity::MakeSound( void )
}
}
- m_World->BroadcastBlockAction(m_PosX, m_PosY, m_PosZ, instrument, m_Pitch);
+ m_World->BroadcastBlockAction(m_PosX, m_PosY, m_PosZ, instrument, m_Pitch, E_BLOCK_NOTE_BLOCK);
}