mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Fix uncompressed MIDI in T7G Mac.
svn-id: r50165
This commit is contained in:
parent
33b991ee9d
commit
99807b8894
@ -712,7 +712,6 @@ bool MusicPlayerMac::load(uint32 fileref, bool loop) {
|
||||
file = _vm->_macResFork->getResource(MKID_BE('Midi'), fileref & 0x3FF);
|
||||
if (!file)
|
||||
error("Groovie::Music: Couldn't find resource 0x%04X", fileref);
|
||||
return false;
|
||||
}
|
||||
|
||||
return loadParser(file, loop);
|
||||
|
Loading…
x
Reference in New Issue
Block a user