aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/animation.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-04-10 23:35:26 -0500
committerPaul Gilbert2015-04-10 23:35:26 -0500
commit96e04ab797253bbe853f172ea1d734ebe812d419 (patch)
tree4647c733d4d3684e6c722c3f84d7fbef9c660ba8 /engines/sherlock/animation.cpp
parentd45d1672137843d028c4ddf63ccf9b62d5d72976 (diff)
downloadscummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.tar.gz
scummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.tar.bz2
scummvm-rg350-96e04ab797253bbe853f172ea1d734ebe812d419.zip
SHERLOCK: Implemented doScript and support methods
Diffstat (limited to 'engines/sherlock/animation.cpp')
-rw-r--r--engines/sherlock/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/animation.cpp b/engines/sherlock/animation.cpp
index e1687b5238..4674151ec7 100644
--- a/engines/sherlock/animation.cpp
+++ b/engines/sherlock/animation.cpp
@@ -144,7 +144,7 @@ bool Animation::playPrologue(const Common::String &filename, int minDelay, int f
Common::String::format("%s%01d", baseName.c_str(), soundNumber) :
Common::String::format("%s%02d", baseName.c_str(), soundNumber);
- if (sound._voicesOn)
+ if (sound._voices)
sound.playSound(fname);
}