From 6619d95f48e2b3f5a67c58c4e951d2f371f21a62 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 9 Jan 2010 21:12:08 +0000 Subject: kPortrait: found the coordinate offsets, corrected actual bitmap size (sometimes extra bytes are appended per line) animation bitmaps now valid svn-id: r47210 --- engines/sci/graphics/portrait.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/graphics/portrait.h') diff --git a/engines/sci/graphics/portrait.h b/engines/sci/graphics/portrait.h index 71218bdd90..15540627e9 100644 --- a/engines/sci/graphics/portrait.h +++ b/engines/sci/graphics/portrait.h @@ -30,6 +30,8 @@ namespace Sci { struct PortraitBitmap { int16 width, height; + int16 extraBytesPerLine; + uint16 displaceX, displaceY; byte *rawBitmap; }; -- cgit v1.2.3