From d9c2544a4c5ad3127c7c5046375d342a349489eb Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 18 Jul 2009 13:05:39 +0000 Subject: SCI: don't leave debugger after bt svn-id: r42589 --- engines/sci/console.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci') 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; } -- cgit v1.2.3