Ticket #1956: sim1dtempo.diff

File sim1dtempo.diff, 603 bytes (added by SF/tbcarey, 19 years ago)

Simon1Demo Tempo Fix

  • simon/midiparser_s1d.cpp

    ? simon/midiparser_s1d_new.cpp
    RCS file: /cvsroot/scummvm/scummvm/simon/midiparser_s1d.cpp,v
    retrieving revision 1.10
    diff -u -r1.10 midiparser_s1d.cpp
     
    139139        // will persist beyond this call, i.e. we do NOT
    140140        // copy the data to our own buffer. Take warning....
    141141        resetTracking();
    142         setTempo(500000);
     142        setTempo(666667);
    143143        setTrack(0);
    144144        return true;
    145145}