aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 15577971e0..ebc35f0f27 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -170,7 +170,9 @@ void Scene::loadScene(int sceneId, const Common::String &prefix, bool palFlag) {
_interfaceY = MADS_SCENE_HEIGHT;
_spritesCount = _sprites.size();
- warning("TODO: sub_1EA80 / showMouse");
+ _interface.setup(_screenObjects._v832EC);
+
+ warning("TODO: showMouse");
warning("TODO: inventory_anim_allocate");
}