svn-id: r14943
This commit is contained in:
Travis Howell 2004-09-07 13:11:00 +00:00
parent 8e5aa391c2
commit 88b9335b27

View file

@ -579,7 +579,8 @@ void ScummEngine_v72he::o72_pushDWord() {
} }
void ScummEngine_v72he::o72_addMessageToStack() { void ScummEngine_v72he::o72_addMessageToStack() {
addMessageToStack(_scriptPointer, _stringBuffer, 4096); _stringLength = resStrLen(_scriptPointer) + 1;
addMessageToStack(_scriptPointer, _stringBuffer, _stringLength);
debug(0,"o72_addMessageToStack(\"%s\")", _scriptPointer); debug(0,"o72_addMessageToStack(\"%s\")", _scriptPointer);