MYST3: Add TODO about loading from Mac executables

This commit is contained in:
Matthew Hoops 2012-01-12 10:45:30 -05:00
parent 333bec5511
commit b2100a9d74

View File

@ -99,6 +99,7 @@ Database::Database() :
error("Could not find any executable to load");
}
// TODO: Mac version has data compressed in PEF segments
if (_gameVersion->platform != Common::kPlatformWindows && _gameVersion->platform != Common::kPlatformPS2)
error("Unhandled platform %s", getPlatformDescription(_gameVersion->platform));