aboutsummaryrefslogtreecommitdiff
path: root/kyra/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/text.cpp')
-rw-r--r--kyra/text.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kyra/text.cpp b/kyra/text.cpp
index 540044dcd9..8b1d62f20d 100644
--- a/kyra/text.cpp
+++ b/kyra/text.cpp
@@ -271,7 +271,7 @@ void KyraEngine::characterSays(char *chatStr, int8 charNum, int8 chatDuration) {
_text->_talkMessageH = lineNum * 10;
_animator->restoreAllObjectBackgrounds();
- _screen->copyRegion(12, _text->_talkMessageY, 12, 136, 308, _text->_talkMessageH, 2, 2);
+ _screen->copyRegion(12, _text->_talkMessageY, 12, 136, 296, _text->_talkMessageH, 2, 2);
_screen->hideMouse();
_text->printCharacterText(processedString, charNum, _characterList[charNum].x1);
@@ -286,12 +286,12 @@ void KyraEngine::characterSays(char *chatStr, int8 charNum, int8 chatDuration) {
_animator->restoreAllObjectBackgrounds();
- _screen->copyRegion(12, 136, 12, _text->_talkMessageY, 308, _text->_talkMessageH, 2, 2);
+ _screen->copyRegion(12, 136, 12, _text->_talkMessageY, 296, _text->_talkMessageH, 2, 2);
_animator->preserveAllBackgrounds();
_animator->prepDrawAllObjects();
_screen->hideMouse();
- _screen->copyRegion(12, _text->_talkMessageY, 12, _text->_talkMessageY, 308, _text->_talkMessageH, 2, 0);
+ _screen->copyRegion(12, _text->_talkMessageY, 12, _text->_talkMessageY, 296, _text->_talkMessageH, 2, 0);
_screen->showMouse();
_animator->flagAllObjectsForRefresh();
_animator->copyChangedObjectsForward(0);