aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-04-26 07:47:12 +0000
committerPaweł Kołodziejski2004-04-26 07:47:12 +0000
commit32d7c8c181d899a0be034a60aea1759f28e68634 (patch)
treebef766fb395635f18395d9e1b669d788cbac0941 /scumm/resource.cpp
parent0fcd887dcd38109688c8f7e07bf366430507fa3b (diff)
downloadscummvm-rg350-32d7c8c181d899a0be034a60aea1759f28e68634.tar.gz
scummvm-rg350-32d7c8c181d899a0be034a60aea1759f28e68634.tar.bz2
scummvm-rg350-32d7c8c181d899a0be034a60aea1759f28e68634.zip
fixed stopping imuse sounds
svn-id: r13635
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 8a26f532d9..168ac4f247 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -234,7 +234,7 @@ void ScummEngine::askForDisk(const char *filename, int disknum) {
if (_version == 8) {
char result;
- _imuseDigital->stopAllSounds(true);
+ _imuseDigital->stopAllSounds();
#ifdef MACOSX
sprintf(buf, "Cannot find file: '%s'\nPlease insert disc %d.\nPress OK to retry, Quit to exit", filename, disknum);