Skip to content

Commit

Permalink
DIRECTOR: Parse the main MMM file in v3 Windows games
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops authored and sev- committed Aug 3, 2016
1 parent 60ba99a commit 0f7fb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/director/director.cpp
Expand Up @@ -91,7 +91,8 @@ void DirectorEngine::loadEXEv3(Common::SeekableReadStream *stream) {

_mainArchive = new RIFFArchive();

// TODO: Convert MMM name and load
if (!_mainArchive->openFile(mmmFileName))
error("Could not open '%s'", mmmFileName.c_str());

delete stream;
}
Expand Down

0 comments on commit 0f7fb5a

Please sign in to comment.