diff options
-rw-r--r-- | engines/groovie/music.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp index 7e8f21bbbc..9b46af1483 100644 --- a/engines/groovie/music.cpp +++ b/engines/groovie/music.cpp @@ -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); |