aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-01-06 20:00:46 +0000
committerGregory Montoir2004-01-06 20:00:46 +0000
commit74e588b854aa36728b4d8bc525887986b717488d (patch)
tree5448e62571ec7ef1a382c551ce772f6da7914ffd /queen/graphics.cpp
parentd2544a28e2131874b8f343f7aeb661c370ca741b (diff)
downloadscummvm-rg350-74e588b854aa36728b4d8bc525887986b717488d.tar.gz
scummvm-rg350-74e588b854aa36728b4d8bc525887986b717488d.tar.bz2
scummvm-rg350-74e588b854aa36728b4d8bc525887986b717488d.zip
- minor cleanup in Person/Actor stuff
- minor tweak in Graphics::bobSetText() from previous commit (message was erroneous) : - moved config stuff to QueenEngine - added 3 Logic subclasses to handle the specific parts of each game version (demo, intv...) svn-id: r12195
Diffstat (limited to 'queen/graphics.cpp')
-rw-r--r--queen/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/graphics.cpp b/queen/graphics.cpp
index 0bcbd72c35..6dd0dd04d5 100644
--- a/queen/graphics.cpp
+++ b/queen/graphics.cpp
@@ -1026,7 +1026,7 @@ void Graphics::bobSetText(
y = y - height - 16 - lineCount * 9;
}
- // XXX x -= scrollx;
+ x -= _vm->display()->horizontalScroll();
if (y < 0) {
y = 0;