diff options
author | Willem Jan Palenstijn | 2009-07-18 13:05:39 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2009-07-18 13:05:39 +0000 |
commit | d9c2544a4c5ad3127c7c5046375d342a349489eb (patch) | |
tree | 036a55c997356429245e539d2507eea8d5bd8197 | |
parent | 049a636abc1d61a40a786b5643ebf5449f9c45ef (diff) | |
download | scummvm-rg350-d9c2544a4c5ad3127c7c5046375d342a349489eb.tar.gz scummvm-rg350-d9c2544a4c5ad3127c7c5046375d342a349489eb.tar.bz2 scummvm-rg350-d9c2544a4c5ad3127c7c5046375d342a349489eb.zip |
SCI: don't leave debugger after bt
svn-id: r42589
-rw-r--r-- | engines/sci/console.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index da6503cb0c..c64581dd9f 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -2092,7 +2092,6 @@ bool Console::cmdBacktrace(int argc, const char **argv) { printf("\n"); } - return 0; return true; } |