diff options
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r-- | scumm/script_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index 171b56e64b..9d3a2b15b5 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -539,7 +539,7 @@ void Scumm_v8::decodeParseString(int m, int n) { case 5:{ byte buffer[256]; _msgPtrToAdd = buffer; - _messagePtr = addMessageToStack(_messagePtr); + addMessageToStack(_messagePtr); enqueueText(buffer, _string[m].xpos, _string[m].ypos, _string[m].color, _string[m].charset, _string[m].center); } break; |