aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2004-08-16 22:23:58 +0000
committerMax Horn2004-08-16 22:23:58 +0000
commita4ac4379689b5246722502bad7ef6ad737be36d2 (patch)
tree4f5431d13fd85f62853c615f35fa4a5bf8bb38ab /scumm/gfx.cpp
parent65f026732b069cfbb872edaa94c20cf142a84fe1 (diff)
downloadscummvm-rg350-a4ac4379689b5246722502bad7ef6ad737be36d2.tar.gz
scummvm-rg350-a4ac4379689b5246722502bad7ef6ad737be36d2.tar.bz2
scummvm-rg350-a4ac4379689b5246722502bad7ef6ad737be36d2.zip
Yet another charset fix (should help bug #1008621)
svn-id: r14634
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 3199f5ec5b..9547fd8654 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -653,7 +653,7 @@ void ScummEngine::restoreBG(Common::Rect rect, byte backColor) {
void CharsetRenderer::restoreCharsetBg() {
_nextLeft = _vm->_string[0].xpos;
- _nextTop = _vm->_string[0].ypos;
+ _nextTop = _vm->_string[0].ypos + _vm->_screenTop;
if (_hasMask) {
_hasMask = false;