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
This commit is contained in:
James Brown 2002-03-18 11:50:09 +00:00
parent 32186f8614
commit ac19e7001a
6 changed files with 35 additions and 31 deletions

View file

@ -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)