aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure')
-rw-r--r--engines/macventure/macventure.cpp3
1 files changed, 2 insertions, 1 deletions
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();
}