aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-07 19:19:04 +0200
committerMartin Kiewitz2015-06-07 19:19:04 +0200
commitf2a25013f1862980107643b2c3d359a817d16e82 (patch)
tree72cec930642bf8ab71a7ec2e9aef99fa13d0b766 /engines/sherlock/scalpel/scalpel_talk.cpp
parenta07cfe1eb0f31283ead6fc0c27e2d7c92723546f (diff)
downloadscummvm-rg350-f2a25013f1862980107643b2c3d359a817d16e82.tar.gz
scummvm-rg350-f2a25013f1862980107643b2c3d359a817d16e82.tar.bz2
scummvm-rg350-f2a25013f1862980107643b2c3d359a817d16e82.zip
SHERLOCK: 3DO intro: audio implemented
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp
index 89efc70803..b3ac27c137 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -397,7 +397,7 @@ OpcodeReturn ScalpelTalk::cmdPlayPrologue(const byte *&str) {
for (int idx = 0; idx < 8 && str[idx] != '~'; ++idx)
tempString += str[idx];
- anim.play(tempString, 1, 3, true, 4);
+ anim.play(tempString, false, 1, 3, true, 4);
return RET_SUCCESS;
}