diff options
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r-- | scumm/gfx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h index da02d90711..4865da3c0d 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -237,8 +237,7 @@ protected: void drawStripC64Object(byte *dst, int dstPitch, int stripnr, int width, int height); void drawStripC64Background(byte *dst, int dstPitch, int stripnr, int height); - void drawStripComplex(byte *dst, int dstPitch, const byte *src, int height) const; - void drawStripComplex_trans(byte *dst, int dstPitch, const byte *src, int height) const; + void drawStripComplex(byte *dst, int dstPitch, const byte *src, int height, const bool transpCheck) const; void drawStripBasicH(byte *dst, int dstPitch, const byte *src, int height) const; void drawStripBasicH_trans(byte *dst, int dstPitch, const byte *src, int height) const; void drawStripBasicV(byte *dst, int dstPitch, const byte *src, int height) const; |