Fix uncompressed MIDI in T7G Mac.

svn-id: r50165
This commit is contained in:
Matthew Hoops 2010-06-22 19:39:30 +00:00
parent 33b991ee9d
commit 99807b8894

View File

@ -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);