aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-01-08 20:22:01 +0000
committerPaweł Kołodziejski2003-01-08 20:22:01 +0000
commit28433a8888abe4c299943ed95c57d9506b9e5eb5 (patch)
treee768df5598a3ec2a4977db92237af1aae7a47c3e /scumm/smush
parent1b32dad12336bc9f9924543a0ac23e4adece1010 (diff)
downloadscummvm-rg350-28433a8888abe4c299943ed95c57d9506b9e5eb5.tar.gz
scummvm-rg350-28433a8888abe4c299943ed95c57d9506b9e5eb5.tar.bz2
scummvm-rg350-28433a8888abe4c299943ed95c57d9506b9e5eb5.zip
added missing: d_src++
svn-id: r6355
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/codec47.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index d4fed99756..d452351563 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -838,6 +838,7 @@ static void codec47_subgfx_lev2() {
return;
}
if (code == 0xFF) {
+ d_src++;
byte * tmp_dst = d_dst;
codec47_subgfx_lev3();
d_dst += 4;
@@ -1044,7 +1045,6 @@ bool Codec47Decoder::decode(Blitter & dst, Chunk & src) {
byte * ptr;
int32 r, l, count;
- byte * ff = gfx_data;
if ((chunk_buffer[4] & 1) != 0) {
r = 0;
ptr = (byte*)smush_buffer;
@@ -1118,7 +1118,6 @@ bool Codec47Decoder::decode(Blitter & dst, Chunk & src) {
if (_var104 != 0) {
dst.blit(_var104, width * height);
-// dst.blit(_curBuf, width * height);
}
if ((first_word - _var100) == 1) {