aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-08 22:21:45 -0400
committerPaul Gilbert2014-04-08 22:21:45 -0400
commit21a0e38f34324423e0f571ccb37a800737cd78d2 (patch)
tree2f0d36d74812637ec4b489a609725a1758e771ca /engines/mads/scene.cpp
parent531ebab4da814aac23a9b084772a6156bfb3b9b8 (diff)
downloadscummvm-rg350-21a0e38f34324423e0f571ccb37a800737cd78d2.tar.gz
scummvm-rg350-21a0e38f34324423e0f571ccb37a800737cd78d2.tar.bz2
scummvm-rg350-21a0e38f34324423e0f571ccb37a800737cd78d2.zip
MADS: Resolve some old TODOs
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 8cb5fbcf87..76263bd0f6 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -168,7 +168,7 @@ void Scene::loadScene(int sceneId, const Common::String &prefix, bool palFlag) {
_userInterface.setup(_vm->_game->_screenObjects._inputMode);
- warning("TODO: showMouse");
+ _vm->_events->showCursor();
warning("TODO: inventory_anim_allocate");
}