diff options
author | Paweł Kołodziejski | 2002-12-21 20:19:46 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-12-21 20:19:46 +0000 |
commit | 7bc67c1a027efd6f479f711d60a0658e291d2cc8 (patch) | |
tree | 2c26ba03cd4692e609da554f7048cac8e641517a /scumm | |
parent | 37de3f1836baeae2e30083a76d20f572d0c77e0c (diff) | |
download | scummvm-rg350-7bc67c1a027efd6f479f711d60a0658e291d2cc8.tar.gz scummvm-rg350-7bc67c1a027efd6f479f711d60a0658e291d2cc8.tar.bz2 scummvm-rg350-7bc67c1a027efd6f479f711d60a0658e291d2cc8.zip |
increased a little speed of dig demo smush
svn-id: r6047
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 59c4fe84bf..643d5e49f9 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2446,7 +2446,7 @@ void Scumm_v6::o6_miscOps() speed = 71; else { if (_insaneFlag == 0) - _insaneFlag = 13; + _insaneFlag = 14; speed = 1000 / _insaneFlag; } |