aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/talk.cpp')
-rw-r--r--engines/queen/talk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/queen/talk.cpp b/engines/queen/talk.cpp
index 37bb10ff86..d3214cd1ba 100644
--- a/engines/queen/talk.cpp
+++ b/engines/queen/talk.cpp
@@ -870,10 +870,10 @@ void Talk::speakSegment(
BobFrame *pbf = _vm->bankMan()->fetchFrame(bob->frameNum);
int height = (pbf->height * bob->scale) / 100;
-
+
Common::Rect focus(textX - 96, textY - height - 64, textX + 96, textY + height + 64);
_vm->display()->setFocusRect(focus);
-
+
//int SF = _vm->grid()->findScale(textX, textY);