aboutsummaryrefslogtreecommitdiff
path: root/queen/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/music.cpp')
-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)