aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorJoost Peters2004-02-14 00:37:44 +0000
committerJoost Peters2004-02-14 00:37:44 +0000
commit9b764920a192a80a6d0fe2d91b45f3508a71c692 (patch)
tree30e1f9771bf6281f6abdb7e7d79076a2a29e6292 /queen
parentbf0d58fe8942bfc4fd38b751c922e88af5e3124d (diff)
downloadscummvm-rg350-9b764920a192a80a6d0fe2d91b45f3508a71c692.tar.gz
scummvm-rg350-9b764920a192a80a6d0fe2d91b45f3508a71c692.tar.bz2
scummvm-rg350-9b764920a192a80a6d0fe2d91b45f3508a71c692.zip
fix yet another piece of broken music
svn-id: r12861
Diffstat (limited to 'queen')
-rw-r--r--queen/music.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/music.cpp b/queen/music.cpp
index 1e4b8e01d4..d7142f2082 100644
--- a/queen/music.cpp
+++ b/queen/music.cpp
@@ -124,6 +124,8 @@ static const byte mt32_to_gm[128] = {
}
//Work around annoying loud notes in certain Roland Floda tunes
+ if (channel == 3 && _currentSong == 90)
+ return;
if (channel == 4 && _currentSong == 27)
return;
if (channel == 5 && _currentSong == 38)