aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/music.cpp')
-rw-r--r--engines/sci/sound/music.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/sound/music.cpp b/engines/sci/sound/music.cpp
index ae89ee832b..6df25e1ab0 100644
--- a/engines/sci/sound/music.cpp
+++ b/engines/sci/sound/music.cpp
@@ -131,12 +131,6 @@ void SciMusic::init() {
// HACK: The Fun Seeker's Guide demo doesn't have patch 3 and the version
// of the Adlib driver (adl.drv) that it includes is unsupported. That demo
// doesn't have any sound anyway, so this shouldn't be fatal.
- } else if (g_sci->getGameId() == GID_MOTHERGOOSEHIRES) {
- // HACK: Mixed-Up Mother Goose Deluxe does not seem to use synthesized music,
- // so just set a default tempo (for fading)
- // TODO: Review this
- _dwTempo = 1000000 / 250;
- warning("Temporary music hack for MUMG Deluxe");
} else {
error("Failed to initialize sound driver");
}