Finishing the fix

svn-id: r7923
This commit is contained in:
Jamieson Christian 2003-05-25 01:48:59 +00:00
parent 45a2148d98
commit 4c09e5472f

View File

@ -1212,7 +1212,7 @@ int Scumm::readSoundResourceSmallHeader(int type, int idx) {
memcpy(ptr, "\x00\xf7", 2); ptr += 2; // sysex end marker
// Finally we reinsert the end of song sysex, just in case
memcpy(ptr, "\x00\xff\x21\x00\x00", 5); ptr += 5;
memcpy(ptr, "\x00\xff\x2f\x00\x00", 5); ptr += 5;
}
return 1;