diff options
author | Max Horn | 2004-10-09 00:33:35 +0000 |
---|---|---|
committer | Max Horn | 2004-10-09 00:33:35 +0000 |
commit | a904bfc9cfbc4fb2e018dbaf61c2af802e5867a5 (patch) | |
tree | 15ec8e949846213dcd52c83c3e9145adb2ffcdd5 | |
parent | b3c72a792bf2625f58c68822a1ca87a299318c87 (diff) | |
download | scummvm-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.cpp | 2 |
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; |