mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
Disable var setting which could cause possible script issues.
Update comment svn-id: r13053
This commit is contained in:
parent
e9584c64f3
commit
e495eea19f
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user