diff options
author | Paul Gilbert | 2012-10-29 00:28:25 +1100 |
---|---|---|
committer | Paul Gilbert | 2012-10-29 00:28:25 +1100 |
commit | 5faf827f151e714a885b756ff20a8b6e9818b104 (patch) | |
tree | 126ee981c3a859711e34045da2814ae4291cbde5 /engines | |
parent | c9f9527ad9b08682ec32496b213e47759eaa83f5 (diff) | |
download | scummvm-rg350-5faf827f151e714a885b756ff20a8b6e9818b104.tar.gz scummvm-rg350-5faf827f151e714a885b756ff20a8b6e9818b104.tar.bz2 scummvm-rg350-5faf827f151e714a885b756ff20a8b6e9818b104.zip |
HOPKINS: Fix for restoring screen when returning from close-ups
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp index 6b00c12ca1..a6c7445f0a 100644 --- a/engines/hopkins/talk.cpp +++ b/engines/hopkins/talk.cpp @@ -1306,7 +1306,7 @@ void TalkManager::OBJET_VIVANT(const Common::String &a2) { if (_vm->_globals.SORTIE == 101) _vm->_globals.SORTIE = 0; - _vm->_fileManager.bload("TEMP.SCR", _vm->_graphicsManager.VESA_SCREEN); + _vm->_saveLoadManager.bload("TEMP.SCR", _vm->_graphicsManager.VESA_SCREEN); g_system->getSavefileManager()->removeSavefile("TEMP.SCR"); _vm->_objectsManager.PERSO_ON = 0; |