diff options
author | Paul Gilbert | 2014-04-07 08:34:13 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-04-07 08:34:13 -0400 |
commit | f6a6ea974117cd8401a2caecdba9ef553821d41a (patch) | |
tree | 3ebc31545e093a8d7c900e165012d429d9f51e1c /engines/mads | |
parent | 66b7419f30eb4fb0f9df899eea664f529cfb84fd (diff) | |
download | scummvm-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')
-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 } } |