diff options
-rw-r--r-- | scumm/script_v6he.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 01f752e1bb..9a39bb9c6c 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -1112,10 +1112,7 @@ void ScummEngine_v6he::o6_soundOps() { int arg = pop(); switch (subOp) { case 0xde: - if (_heversion == 60) - _imuse->set_music_volume(arg); - else - _mixer->setChannelVolume(_sound->_musicChannelHandle, arg); + _imuse->set_music_volume(arg); break; case 0xe0: // Fatty Bear's Birthday surprise uses this when playing the |