From 4c09e5472f5dfde8947a62e8d8bc074655e2ecd6 Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sun, 25 May 2003 01:48:59 +0000 Subject: Finishing the fix svn-id: r7923 --- scumm/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/resource.cpp b/scumm/resource.cpp index 46c0ddbd6c..828780c0fa 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -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; -- cgit v1.2.3