aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-07 08:34:13 -0400
committerPaul Gilbert2014-04-07 08:34:13 -0400
commitf6a6ea974117cd8401a2caecdba9ef553821d41a (patch)
tree3ebc31545e093a8d7c900e165012d429d9f51e1c /engines/mads/scene.cpp
parent66b7419f30eb4fb0f9df899eea664f529cfb84fd (diff)
downloadscummvm-rg350-f6a6ea974117cd8401a2caecdba9ef553821d41a.tar.gz
scummvm-rg350-f6a6ea974117cd8401a2caecdba9ef553821d41a.tar.bz2
scummvm-rg350-f6a6ea974117cd8401a2caecdba9ef553821d41a.zip
MADS: Remove stub warning for originald debugger code not to be implemented
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp4
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
}
}