aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-10-09 00:33:35 +0000
committerMax Horn2004-10-09 00:33:35 +0000
commita904bfc9cfbc4fb2e018dbaf61c2af802e5867a5 (patch)
tree15ec8e949846213dcd52c83c3e9145adb2ffcdd5
parentb3c72a792bf2625f58c68822a1ca87a299318c87 (diff)
downloadscummvm-rg350-a904bfc9cfbc4fb2e018dbaf61c2af802e5867a5.tar.gz
scummvm-rg350-a904bfc9cfbc4fb2e018dbaf61c2af802e5867a5.tar.bz2
scummvm-rg350-a904bfc9cfbc4fb2e018dbaf61c2af802e5867a5.zip
This makes no sense here...
svn-id: r15481
-rw-r--r--scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 62a6c6ddf0..841c934fe7 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -1281,7 +1281,7 @@ void CharsetRendererClassic::printChar(int chr) {
int drawTop = _top - vs->topline;
- _vm->markRectAsDirty(vs->number, _left, _left + width, drawTop, drawTop + height + offsY);
+ _vm->markRectAsDirty(vs->number, _left, _left + width, drawTop, drawTop + height);
byte *dstPtr;
byte *back = NULL;