mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
fix ega codec
svn-id: r6947
This commit is contained in:
parent
c9b56af48b
commit
2f62d6cf4e
@ -1067,7 +1067,7 @@ void Gdi::decodeStripEGA(byte *dst, byte *src, int height) {
|
||||
}
|
||||
}
|
||||
if (color != 0xff) {
|
||||
*dst++ = color;
|
||||
*dst = color;
|
||||
*(dst + 1) = color2;
|
||||
dst += _vm->_realWidth;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user