diff options
-rw-r--r-- | scumm/string.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index f24f4fe096..60a15cd28f 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -347,6 +347,7 @@ void Scumm::drawDescString(byte *msg) { addMessageToStack(msg); _charsetBufPos = 0; + _string[0].ypos += camera._cur.y - (_realHeight / 2); _charset->_top = _string[0].ypos; _charset->_startLeft = _charset->_left = _string[0].xpos; _charset->_right = _realWidth - 1; |