aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/intern.h2
-rw-r--r--scumm/scumm.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 75dae818be..2f35010513 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -753,7 +753,7 @@ protected:
const OpcodeEntryV72he *_opcodesV72he;
- int _stringLength, _stringStart;
+ int _stringLength;
byte _stringBuffer[4096];
WizParameters _wizParams;
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 7dbe9abc2e..2d4e576da6 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1648,7 +1648,6 @@ void ScummEngine_v72he::scummInit() {
ScummEngine_v60he::scummInit();
_stringLength = 1;
- _stringStart = 1;
memset(_stringBuffer, 0, sizeof(_stringBuffer));
}