aboutsummaryrefslogtreecommitdiff
path: root/script.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-18 11:50:09 +0000
committerJames Brown2002-03-18 11:50:09 +0000
commitac19e7001a5a5a3355bfc1473350b25b4ee1ab03 (patch)
tree3331d25fdc40396fcba6e8751f67a9ca21f1df05 /script.cpp
parent32186f8614700f979f2f3e80c8e19263e25c6e51 (diff)
downloadscummvm-rg350-ac19e7001a5a5a3355bfc1473350b25b4ee1ab03.tar.gz
scummvm-rg350-ac19e7001a5a5a3355bfc1473350b25b4ee1ab03.tar.bz2
scummvm-rg350-ac19e7001a5a5a3355bfc1473350b25b4ee1ab03.zip
Do some stuff to fix loom cd-music syncro. Sequences now run without 'speeding' by.. but they are still slightly out of sync.
svn-id: r3781
Diffstat (limited to 'script.cpp')
-rw-r--r--script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.cpp b/script.cpp
index dae762e0cb..1f96cb8e51 100644
--- a/script.cpp
+++ b/script.cpp
@@ -35,7 +35,7 @@ void Scumm::runScript(int script, int a, int b, int16 *lvarptr) {
if (b==0)
stopScriptNr(script);
-
+
if (script < _numGlobalScripts) {
scriptPtr = getResourceAddress(rtScript, script);
if(_features & GF_SMALL_HEADER)