From 2ab0b71fd04d817740826c28ce29b9945176b684 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 29 Aug 2015 07:41:59 -0400 Subject: SHERLOCK: RT: Fix playing music when displaying the map --- engines/sherlock/tattoo/tattoo_map.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/sherlock/tattoo') diff --git a/engines/sherlock/tattoo/tattoo_map.cpp b/engines/sherlock/tattoo/tattoo_map.cpp index beafa939e8..4bd85bd5c0 100644 --- a/engines/sherlock/tattoo/tattoo_map.cpp +++ b/engines/sherlock/tattoo/tattoo_map.cpp @@ -69,7 +69,7 @@ int TattooMap::show() { } } - if (music._midiOption) { + if (music._musicOn) { // See if Holmes or Watson is the active character Common::String song; if (_vm->readFlags(FLAG_PLAYER_IS_HOLMES)) @@ -81,8 +81,7 @@ int TattooMap::show() { song = "Cue7"; if (music.loadSong(song)) { - if (music._musicOn) - music.startSong(); + music.startSong(); } } -- cgit v1.2.3