diff options
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r-- | engines/sci/sci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index ff503293aa..026c423d75 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -242,7 +242,7 @@ Common::Error SciEngine::run() { // Add the after market GM patches for the specified game, if they exist _resMan->addNewGMPatch(_gameId); - _gameObjectAddress = _resMan->findGameObject(); + _gameObjectAddress = _resMan->findGameObject(true, isBE()); _scriptPatcher = new ScriptPatcher(); SegManager *segMan = new SegManager(_resMan, _scriptPatcher); |