aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2007-09-16 04:06:49 +0000
committerPaul Gilbert2007-09-16 04:06:49 +0000
commitb2e97060adf93760f7e4bce97e691e34fc258922 (patch)
treec646b990c339d55578600fcf33b608802d185366 /engines/lure/surface.cpp
parent041bb546c652d301bc68630f309b623d89471bab (diff)
downloadscummvm-rg350-b2e97060adf93760f7e4bce97e691e34fc258922.tar.gz
scummvm-rg350-b2e97060adf93760f7e4bce97e691e34fc258922.tar.bz2
scummvm-rg350-b2e97060adf93760f7e4bce97e691e34fc258922.zip
Initial sound implementation
svn-id: r28917
Diffstat (limited to 'engines/lure/surface.cpp')
-rw-r--r--engines/lure/surface.cpp2
1 files changed, 1 insertions, 1 deletions
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