aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
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 64904e0a46..5a2427cac2 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -543,7 +543,7 @@ void ScalpelTalk::talkWait(const byte *&str) {
}
void ScalpelTalk::talk3DOMovieTrigger(int subIndex) {
- if (_vm->getPlatform() != Common::kPlatform3DO) {
+ if (!IS_3DO) {
// No 3DO? No movie!
return;
}