From d9b596ad183e4784e9692ac439683dbf5f904dc2 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 20 Mar 2013 01:00:12 +0100 Subject: HOPKINS: Remove setParent() from FontManager --- engines/hopkins/dialogs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hopkins/dialogs.cpp') diff --git a/engines/hopkins/dialogs.cpp b/engines/hopkins/dialogs.cpp index 05a7e72dc6..7e3281e080 100644 --- a/engines/hopkins/dialogs.cpp +++ b/engines/hopkins/dialogs.cpp @@ -422,7 +422,7 @@ void DialogsManager::showInventory() { do _vm->_eventsManager->refreshScreenAndEvents(); while (!_vm->_globals._exitId && _vm->_eventsManager->getMouseButton() != 1); - _vm->_fontManager.hideText(9); + _vm->_fontManager->hideText(9); } if (_vm->_globals._exitId) { if (_vm->_globals._exitId == 2) { @@ -446,7 +446,7 @@ void DialogsManager::showInventory() { } } while (loopFl); - _vm->_fontManager.hideText(9); + _vm->_fontManager->hideText(9); if (_inventDisplayedFl) { _inventDisplayedFl = false; _vm->_graphicsManager.copySurface(_vm->_graphicsManager._vesaScreen, _inventX, 114, _inventWidth, _inventHeight, _vm->_graphicsManager._vesaBuffer, _inventX, 114); -- cgit v1.2.3