aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/lure/animseq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/animseq.cpp b/engines/lure/animseq.cpp
index f3c8a6b3b4..1dc2abe341 100644
--- a/engines/lure/animseq.cpp
+++ b/engines/lure/animseq.cpp
@@ -135,7 +135,7 @@ AnimAbortType AnimationSequence::show() {
while ((_pPixels < _pPixelsEnd) && (_pLines < _pLinesEnd)) {
decodeFrame(_pPixels, _pLines);
- result = delay(130);
+ result = delay(7 * 1000 / 50);
if (result != ABORT_NONE) return result;
}