Ooops
svn-id: r14943
This commit is contained in:
parent
8e5aa391c2
commit
88b9335b27
1 changed files with 2 additions and 1 deletions
|
@ -579,7 +579,8 @@ void ScummEngine_v72he::o72_pushDWord() {
|
|||
}
|
||||
|
||||
void ScummEngine_v72he::o72_addMessageToStack() {
|
||||
addMessageToStack(_scriptPointer, _stringBuffer, 4096);
|
||||
_stringLength = resStrLen(_scriptPointer) + 1;
|
||||
addMessageToStack(_scriptPointer, _stringBuffer, _stringLength);
|
||||
|
||||
debug(0,"o72_addMessageToStack(\"%s\")", _scriptPointer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue