aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/anim.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-13 20:27:34 +0200
committerWillem Jan Palenstijn2015-12-23 21:34:03 +0100
commite994c90d9bb68f8be6de5238f1e8192b4d5424f6 (patch)
tree306b166060a8f622907e7daeef2e6ab5d140364a /engines/lab/anim.cpp
parentf0e345a1a2d3963974888007d1b86221ba2ee64d (diff)
downloadscummvm-rg350-e994c90d9bb68f8be6de5238f1e8192b4d5424f6.tar.gz
scummvm-rg350-e994c90d9bb68f8be6de5238f1e8192b4d5424f6.tar.bz2
scummvm-rg350-e994c90d9bb68f8be6de5238f1e8192b4d5424f6.zip
LAB: Simplify the crumb wait time code
Diffstat (limited to 'engines/lab/anim.cpp')
-rw-r--r--engines/lab/anim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/anim.cpp b/engines/lab/anim.cpp
index 842d3d6432..04da59e1b7 100644
--- a/engines/lab/anim.cpp
+++ b/engines/lab/anim.cpp
@@ -348,7 +348,7 @@ void Anim::readDiff(byte *buffer, bool playOnce, bool onlyDiffData) {
_rawDiffBM._planes[_header] = NULL;
if (_headerdata._fps)
- _delayMicros = ONESECOND / _headerdata._fps;
+ _delayMicros = 1000 / _headerdata._fps;
if (_playOnce) {
while (_header != 65535)