fix ega codec
svn-id: r6947
This commit is contained in:
parent
c9b56af48b
commit
2f62d6cf4e
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ void Gdi::decodeStripEGA(byte *dst, byte *src, int height) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (color != 0xff) {
|
if (color != 0xff) {
|
||||||
*dst++ = color;
|
*dst = color;
|
||||||
*(dst + 1) = color2;
|
*(dst + 1) = color2;
|
||||||
dst += _vm->_realWidth;
|
dst += _vm->_realWidth;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue