diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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)); } |