From 0a4494a7605c2f59118f2cb4f130dd06f6e8a79b Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 7 Apr 2013 09:15:42 +0200 Subject: HOPKINS: Fix glitch when exiting computer in FBI rooms --- engines/hopkins/computer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp index 86ad87e139..341fa4726f 100644 --- a/engines/hopkins/computer.cpp +++ b/engines/hopkins/computer.cpp @@ -468,6 +468,8 @@ void ComputerManager::outText2(const Common::String &msg) { * Restores the scene for the FBI headquarters room */ void ComputerManager::restoreFBIRoom() { + _vm->_graphicsManager->fadeOutShort(); + _vm->_globals->freeMemory(_vm->_fontManager->_font); _vm->_fontManager->_font = _vm->_fileManager->loadFile("FONTE3.SPR"); _vm->_fontManager->_fontFixedWidth = 12; -- cgit v1.2.3