diff options
author | Travis Howell | 2005-04-13 10:40:06 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-13 10:40:06 +0000 |
commit | 4b7999b6faeac7fe3a824736636330c0793091fb (patch) | |
tree | 78fc876764a356489116c4d99a231841708d9a88 /scumm | |
parent | d3ea799f23da68077c963ef403a1dabd2ad269a7 (diff) | |
download | scummvm-rg350-4b7999b6faeac7fe3a824736636330c0793091fb.tar.gz scummvm-rg350-4b7999b6faeac7fe3a824736636330c0793091fb.tar.bz2 scummvm-rg350-4b7999b6faeac7fe3a824736636330c0793091fb.zip |
Ooops, was not used.
svn-id: r17582
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/intern.h | 2 | ||||
-rw-r--r-- | scumm/scumm.cpp | 1 |
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)); } |