aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_room.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-01 21:43:10 -0500
committerPaul Gilbert2017-02-01 21:43:10 -0500
commit29f913289cd059ecfc7bed61b6faa635c4ace3a9 (patch)
treef1fa7e091a5b8839159d105d32ae2016780f1a25 /engines/titanic/sound/music_room.cpp
parent0d6578dac704dc1ae3c3658245ed2320fb05e05a (diff)
downloadscummvm-rg350-29f913289cd059ecfc7bed61b6faa635c4ace3a9.tar.gz
scummvm-rg350-29f913289cd059ecfc7bed61b6faa635c4ace3a9.tar.bz2
scummvm-rg350-29f913289cd059ecfc7bed61b6faa635c4ace3a9.zip
TITANIC: Implemented CAudioBuffer class
Diffstat (limited to 'engines/titanic/sound/music_room.cpp')
-rw-r--r--engines/titanic/sound/music_room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_room.cpp b/engines/titanic/sound/music_room.cpp
index 9db8900d54..4ef3b1dfc7 100644
--- a/engines/titanic/sound/music_room.cpp
+++ b/engines/titanic/sound/music_room.cpp
@@ -85,7 +85,7 @@ void CMusicRoom::setupMusic(int volume) {
_musicHandler->setMuteControl(idx, instr._muteControl);
}
- _musicHandler->createWaveFile(volume);
+ _musicHandler->setVolume(volume);
}
}