aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/musical_instrument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/musical_instrument.cpp')
-rw-r--r--engines/titanic/game/musical_instrument.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/musical_instrument.cpp b/engines/titanic/game/musical_instrument.cpp
index 6695104aba..6480f9f8d1 100644
--- a/engines/titanic/game/musical_instrument.cpp
+++ b/engines/titanic/game/musical_instrument.cpp
@@ -24,6 +24,8 @@
namespace Titanic {
+EMPTY_MESSAGE_MAP(CMusicalInstrument, CBackground)
+
void CMusicalInstrument::save(SimpleFile *file, int indent) const {
file->writeNumberLine(1, indent);
CBackground::save(file, indent);