use enqueueText for FT, too

svn-id: r8284
This commit is contained in:
Max Horn 2003-06-02 23:54:52 +00:00
parent cb9c64aae2
commit 3baff34226
4 changed files with 8 additions and 78 deletions

View file

@ -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;