aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 02a066a0c6..9f8c922861 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -489,7 +489,7 @@ void Scene::doAction() {
}
if (_action._inProgress)
- warning("TODO: sub_1D9DE");
+ _vm->_game->unhandledAction();
}
}