aboutsummaryrefslogtreecommitdiff
path: root/engines/made/script.h
diff options
context:
space:
mode:
authorStrangerke2015-01-27 07:14:55 +0100
committerStrangerke2015-01-27 07:14:55 +0100
commit849f383169d57b0dee7b33ab0c2166007b50b8c2 (patch)
tree0ddefa3c7a16b216d32d6fd1b6b8073086fbf44f /engines/made/script.h
parent77302c406f5fa3641ff7dd3454d8b87d43274c86 (diff)
downloadscummvm-rg350-849f383169d57b0dee7b33ab0c2166007b50b8c2.tar.gz
scummvm-rg350-849f383169d57b0dee7b33ab0c2166007b50b8c2.tar.bz2
scummvm-rg350-849f383169d57b0dee7b33ab0c2166007b50b8c2.zip
MADE: Initialize some variables, remove a useless variable
Diffstat (limited to 'engines/made/script.h')
-rw-r--r--engines/made/script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/made/script.h b/engines/made/script.h
index bf75bc0875..f28425d13b 100644
--- a/engines/made/script.h
+++ b/engines/made/script.h
@@ -84,7 +84,6 @@ protected:
int16 _localStackPos;
int16 _runningScriptObjectIndex;
byte *_codeBase, *_codeIp;
- bool _terminated;
ScriptFunctions *_functions;