aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-04 03:05:16 +0000
committerMax Horn2003-05-04 03:05:16 +0000
commit6994cc1eea708b8ac2d61de1056185187df2e63b (patch)
tree1cee617b304966aa3fe531bb65b25ab24b3bd59a /scumm/gfx.cpp
parentfbbe36c92737300427345b878495ced536ac3aa7 (diff)
downloadscummvm-rg350-6994cc1eea708b8ac2d61de1056185187df2e63b.tar.gz
scummvm-rg350-6994cc1eea708b8ac2d61de1056185187df2e63b.tar.bz2
scummvm-rg350-6994cc1eea708b8ac2d61de1056185187df2e63b.zip
much better, but still buggy
svn-id: r7306
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 2dd97a9679..8dba0ae65c 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1210,7 +1210,7 @@ void Gdi::decodeStripOldEGA(byte *dst, byte *src, int height, int stripnr) {
memset(dither_table, 0, sizeof(dither_table)); // FIXME - is that correct?
do {
ptr_dither_table = dither_table;
- y = 128;
+ y = height;
do {
if (--run == 0) {
data = *src++;