diff options
Diffstat (limited to 'source/cNoteEntity.cpp')
-rw-r--r-- | source/cNoteEntity.cpp | 2 |
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);
}
|