aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-12 20:40:47 -0400
committerWillem Jan Palenstijn2015-05-13 14:43:50 +0200
commit0af230e9489df34d54f0ecdee062827b52182020 (patch)
tree1c72b2611d76950577430f22ec8c6fcbf53c30c8 /engines
parent2db576357f1a697d0a03e9fc32de6604bdf138ef (diff)
downloadscummvm-rg350-0af230e9489df34d54f0ecdee062827b52182020.tar.gz
scummvm-rg350-0af230e9489df34d54f0ecdee062827b52182020.tar.bz2
scummvm-rg350-0af230e9489df34d54f0ecdee062827b52182020.zip
SHERLOCK: Fix speed of animations
Diffstat (limited to 'engines')
-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 a8edf77532..1d6c12f668 100644
--- a/engines/sherlock/animation.cpp
+++ b/engines/sherlock/animation.cpp
@@ -114,7 +114,7 @@ bool Animation::play(const Common::String &filename, int minDelay, int fade,
sound.playSound(fname, WAIT_RETURN_IMMEDIATELY);
}
- events.wait(speed);
+ events.wait(speed * 3);
}
if (events.kbHit()) {