diff options
| -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; | 
