From b2e97060adf93760f7e4bce97e691e34fc258922 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 16 Sep 2007 04:06:49 +0000 Subject: Initial sound implementation svn-id: r28917 --- engines/lure/surface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/surface.cpp') diff --git a/engines/lure/surface.cpp b/engines/lure/surface.cpp index 005b1b08c4..d5b9db4955 100644 --- a/engines/lure/surface.cpp +++ b/engines/lure/surface.cpp @@ -802,7 +802,7 @@ bool RestartRestoreDialog::show() { LureEngine &engine = LureEngine::getReference(); Sound.killSounds(); - Sound.musicInterface_Play(60, true, 0); + Sound.musicInterface_Play(60, 0); mouse.setCursorNum(CURSOR_ARROW); // See if there are any savegames that can be restored -- cgit v1.2.3