aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-25 14:01:46 +0000
committerTravis Howell2004-02-25 14:01:46 +0000
commite495eea19f6a9a79b432005edcc04a52b8edfdea (patch)
treea42a1f967fa4a1ea4f493c64d62b2743717c607a /scumm
parente9584c64f3d243bbb9c15bdfdedc232ffb521d93 (diff)
downloadscummvm-rg350-e495eea19f6a9a79b432005edcc04a52b8edfdea.tar.gz
scummvm-rg350-e495eea19f6a9a79b432005edcc04a52b8edfdea.tar.bz2
scummvm-rg350-e495eea19f6a9a79b432005edcc04a52b8edfdea.zip
Disable var setting which could cause possible script issues.
Update comment svn-id: r13053
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 0e839611ce..c5b541a81f 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1187,8 +1187,9 @@ void ScummEngine::initScummVars() {
if (_version >= 6 && VAR_V6_EMSSPACE != 0xFF)
VAR(VAR_V6_EMSSPACE) = 10000;
- // Sets screen effect delay
- VAR(59) = 3;
+ // Sets fade delay
+ // byte VAR_FADE_DELAY = (_version == 7) ? 117 : 59;
+ // VAR(VAR_FADE_DELAY) = 3;
}
if ((_features & GF_MACINTOSH) && (_version == 3)) {