aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-05 22:57:56 -0500
committerPaul Gilbert2017-02-05 22:57:56 -0500
commit8f193017bd0fe32b6bf6a4c9a9ce58b2f809b0ac (patch)
tree1ebfa562d3ac3c96330667120d162ae50fa3f817 /engines/titanic/sound/music_room.cpp
parent6bf2ddde13e9872359fa139e813a0ed94164c5ea (diff)
downloadscummvm-rg350-8f193017bd0fe32b6bf6a4c9a9ce58b2f809b0ac.tar.gz
scummvm-rg350-8f193017bd0fe32b6bf6a4c9a9ce58b2f809b0ac.tar.bz2
scummvm-rg350-8f193017bd0fe32b6bf6a4c9a9ce58b2f809b0ac.zip
TITANIC: Renamings and cleanups for music room handler & audio buffer
Diffstat (limited to 'engines/titanic/sound/music_room.cpp')
-rw-r--r--engines/titanic/sound/music_room.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_room.cpp b/engines/titanic/sound/music_room.cpp
index 4ef3b1dfc7..c2e5b5e380 100644
--- a/engines/titanic/sound/music_room.cpp
+++ b/engines/titanic/sound/music_room.cpp
@@ -85,7 +85,8 @@ void CMusicRoom::setupMusic(int volume) {
_musicHandler->setMuteControl(idx, instr._muteControl);
}
- _musicHandler->setVolume(volume);
+ // Set up the music handler
+ _musicHandler->setup(volume);
}
}