diff options
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r-- | scumm/script_v72he.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 48a3e0262b..570e34cf33 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -579,8 +579,7 @@ void ScummEngine_v72he::o72_pushDWord() { } void ScummEngine_v72he::o72_addMessageToStack() { - _stringLength = resStrLen(_scriptPointer) + 1; - addMessageToStack(_scriptPointer, _stringBuffer, _stringLength); + addMessageToStack(_scriptPointer, _stringBuffer, 4096); debug(0,"o72_addMessageToStack(\"%s\")", _scriptPointer); |