From 13b60eeb32fa2ee42c2f38c940eb74ea8763e805 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 12 May 2008 19:29:14 +0000 Subject: Don't restart music while changing music volume in Hof and MR. svn-id: r32069 --- engines/kyra/gui_hof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/gui_hof.cpp') diff --git a/engines/kyra/gui_hof.cpp b/engines/kyra/gui_hof.cpp index d983bce0d7..10f7f657a3 100644 --- a/engines/kyra/gui_hof.cpp +++ b/engines/kyra/gui_hof.cpp @@ -1129,7 +1129,7 @@ int GUI_HoF::sliderHandler(Button *caller) { if (playSoundEffect) _vm->snd_playSoundEffect(0x18); else if (lastMusicCommand >= 0) - _vm->snd_playWanderScoreViaMap(lastMusicCommand, 1); + _vm->snd_playWanderScoreViaMap(lastMusicCommand, 0); _screen->updateScreen(); return 0; -- cgit v1.2.3