aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-05-10 06:46:24 +0000
committerTravis Howell2009-05-10 06:46:24 +0000
commit4f0811b129fc7363c339e036e46b417407dcbbed (patch)
tree15f5244b8588dc2eb564db9561f24dd04ccc62f6 /engines/scumm/script_v6.cpp
parentf5094553f7690265f3786c59f38b99c70bd6c311 (diff)
downloadscummvm-rg350-4f0811b129fc7363c339e036e46b417407dcbbed.tar.gz
scummvm-rg350-4f0811b129fc7363c339e036e46b417407dcbbed.tar.bz2
scummvm-rg350-4f0811b129fc7363c339e036e46b417407dcbbed.zip
Correct and move initial SMUSH frame rate value, for the demo version of The Dig.
svn-id: r40407
Diffstat (limited to 'engines/scumm/script_v6.cpp')
-rw-r--r--engines/scumm/script_v6.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/scumm/script_v6.cpp b/engines/scumm/script_v6.cpp
index 3406f50dd2..a7be872659 100644
--- a/engines/scumm/script_v6.cpp
+++ b/engines/scumm/script_v6.cpp
@@ -2455,9 +2455,6 @@ void ScummEngine_v7::o6_kernelSetFunctions() {
grabCursor(args[1], args[2], args[3], args[4]);
break;
case 6: {
- if (_smushFrameRate == 0)
- _smushFrameRate = 14;
-
// SMUSH movie playback
if (args[1] == 0) {
const char *videoname = (const char *)getStringAddressVar(VAR_VIDEONAME);