aboutsummaryrefslogtreecommitdiff
path: root/engines/director/images.h
diff options
context:
space:
mode:
authorScott Percival2018-11-24 23:55:26 +0800
committerEugene Sandulenko2019-11-17 22:31:54 +0100
commit3096a91c1215714a79c05b42f28118148a0ec8eb (patch)
tree9d79e4bf9168373a456b7f511c8198bb81a450e5 /engines/director/images.h
parent2aa2b196c21427adab16d3d8ca9367ee97bc812e (diff)
downloadscummvm-rg350-3096a91c1215714a79c05b42f28118148a0ec8eb.tar.gz
scummvm-rg350-3096a91c1215714a79c05b42f28118148a0ec8eb.tar.bz2
scummvm-rg350-3096a91c1215714a79c05b42f28118148a0ec8eb.zip
DIRECTOR: extract image pitch from BitmapCast
Diffstat (limited to 'engines/director/images.h')
-rw-r--r--engines/director/images.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/images.h b/engines/director/images.h
index 8d25d348d2..7ffda68e52 100644
--- a/engines/director/images.h
+++ b/engines/director/images.h
@@ -83,7 +83,7 @@ private:
class BITDDecoderV4 : public Image::ImageDecoder {
public:
- BITDDecoderV4(int w, int h, uint16 bitsPerPixel);
+ BITDDecoderV4(int w, int h, uint16 bitsPerPixel, uint16 pitch);
virtual ~BITDDecoderV4();
// ImageDecoder API