aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/portrait.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/portrait.h')
-rw-r--r--engines/sci/graphics/portrait.h2
1 files changed, 2 insertions, 0 deletions
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;
};