diff options
-rw-r--r-- | engines/mads/scene.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index f5d1ce66f7..b178de5839 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -379,8 +379,8 @@ void Scene::doFrame() { // Mouse position display isn't persistent, so remove it _kernelMessages.remove(mouseTextIndex); - - warning("TODO: sub_1DA3E"); + // Original had a debugger check/call here to allow pausing after + // drawing each frame. Not implemented under ScummVM } } |