Ticket #8039: loomtiming.diff

File loomtiming.diff, 570 bytes (added by eriktorbjorn, 22 years ago)

Patch against a September 10 CVS snapshot

  • scummvm/scumm/scummvm.cpp

    diff -ur ScummVM-cvs20020910/scummvm/scumm/scummvm.cpp ScummVM-cvs20020910+hack/scummvm/scumm/scummvm.cpp
    old new  
    370370
    371371        if (_features & GF_AUDIOTRACKS) {               
    372372                if (delta) {
    373                         if (++counter != 2)
     373                        if (delta == 1) {
     374                                // Better sync with the Loom CD intro
     375                                _vars[VAR_MI1_TIMER]++;
     376                        } else if (++counter != 2)
    374377                                _vars[VAR_MI1_TIMER] += 5;
    375378                        else {
    376379                                counter = 0;