aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/global.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-06-15 23:10:51 +0000
committerSven Hesse2009-06-15 23:10:51 +0000
commit67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2 (patch)
treef8b4bbd4bd958e27c405fbd81de33a4baafe7d23 /engines/gob/global.cpp
parent58fbca49f56684b4460af9e5b89de9777b364dbf (diff)
downloadscummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.tar.gz
scummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.tar.bz2
scummvm-rg350-67a9ff7dd3a2b51eb8ef113e4f5331550eb2caa2.zip
Moving _inter_resVal and _inter_resStr from Global to Parse
svn-id: r41573
Diffstat (limited to 'engines/gob/global.cpp')
-rw-r--r--engines/gob/global.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/gob/global.cpp b/engines/gob/global.cpp
index 005d65815f..cf0364b4fa 100644
--- a/engines/gob/global.cpp
+++ b/engines/gob/global.cpp
@@ -115,9 +115,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
_debugFlag = 0;
_inVM = 0;
- _inter_resStr[0] = 0;
- _inter_resVal = 0;
-
_inter_execPtr = 0;
_inter_animDataSize = 10;