aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-31 15:34:23 +0000
committerFilippos Karapetis2009-05-31 15:34:23 +0000
commite55388c787886477a2f9f4670fc36cb868423ee5 (patch)
tree6256e68132f82b02ca679691fe313d61c1a83a8c /engines/sci/sci.cpp
parentcf68dc1a7bd1c045a349c28b5811b55cfb49d942 (diff)
downloadscummvm-rg350-e55388c787886477a2f9f4670fc36cb868423ee5.tar.gz
scummvm-rg350-e55388c787886477a2f9f4670fc36cb868423ee5.tar.bz2
scummvm-rg350-e55388c787886477a2f9f4670fc36cb868423ee5.zip
Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error()
svn-id: r41073
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index d94b206813..b9a3a4bbfc 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -124,8 +124,6 @@ Common::Error SciEngine::run() {
// FIXME/TODO: Move some of the stuff below to init()
- script_debug_flag = 0;
-
sci_version_t version;
int res_version = getResourceVersion();