From 886330770ff7b9b1c9bb8c9374628f7b0aef4785 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Sun, 17 Jul 2016 13:34:21 +0200 Subject: MACVENTURE: Fix exits loading from savegame --- engines/macventure/macventure.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/macventure') diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp index 9b764d9856..9d437612f0 100644 --- a/engines/macventure/macventure.cpp +++ b/engines/macventure/macventure.cpp @@ -192,7 +192,8 @@ void MacVentureEngine::resetGui() { _gui->updateWindowInfo(kMainGameWindow, getParent(1), _world->getChildren(getParent(1), true)); // HACK! should update all inventories _gui->updateWindowInfo(kInventoryStart, 1, _world->getChildren(1, true)); - _gui->updateWindowInfo(kExitsWindow, getParent(1), _world->getChildren(getParent(1), true)); + updateControls(); + updateExits(); } -- cgit v1.2.3