From 9ef9dd24c273950328a4f5ea99b36c91b4a4de81 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 11 Apr 2014 08:52:18 -0400 Subject: MADS: Replace warning with call to stubbed unhandledAction method --- engines/mads/scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- cgit v1.2.3