Add tempo fix for simon1demo music, from bug #1164263.

svn-id: r17677
This commit is contained in:
Travis Howell 2005-04-19 06:25:35 +00:00
parent ee3b511276
commit dfaf0145da

View File

@ -139,7 +139,7 @@ bool MidiParser_S1D::loadMusic(byte *data, uint32 size) {
// will persist beyond this call, i.e. we do NOT
// copy the data to our own buffer. Take warning....
resetTracking();
setTempo(500000);
setTempo(666667);
setTrack(0);
return true;
}