diff options
Diffstat (limited to 'engines/lab/intro.cpp')
| -rw-r--r-- | engines/lab/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index be52e2979d..db881611d3 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -105,7 +105,7 @@ void Intro::doPictText(const char *filename, TextFont *msgFont, bool isScreen) { charDrawn = _vm->_graphics->flowText(msgFont, (!_vm->_isHiRes) * -1, 5, 7, false, false, true, true, _vm->_utils->vgaRectScale(14, 11, 306, 189), (char *)curText); _vm->_graphics->fade(true, 0); } else - charDrawn = _vm->_graphics->longDrawMessage((char *)curText); + charDrawn = _vm->_graphics->longDrawMessage(Common::String((char *)curText)); curText += charDrawn; doneFl = (*curText == 0); |
