aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2003-08-25 14:27:29 +0000
committerMax Horn2003-08-25 14:27:29 +0000
commit953e4216b80decd6e658ed4efa266ad73a7b0955 (patch)
tree4d67b5e08ae5c9723214de65ccb2396a050e1753 /scumm/gfx.h
parent285570f0d356cc8e067b1fedc40669e364cf3180 (diff)
downloadscummvm-rg350-953e4216b80decd6e658ed4efa266ad73a7b0955.tar.gz
scummvm-rg350-953e4216b80decd6e658ed4efa266ad73a7b0955.tar.bz2
scummvm-rg350-953e4216b80decd6e658ed4efa266ad73a7b0955.zip
implemented V1/C64 object masking, and simplified drawStripC64Mask a bit
svn-id: r9859
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index b6c8cba163..eb14a176a9 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -133,7 +133,7 @@ protected:
void decodeC64Gfx(const byte *src, byte *dst, int size);
void drawStripC64Object(byte *dst, int stripnr, int width, int height);
void drawStripC64Background(byte *dst, int stripnr, int height);
- void drawStripC64Mask(byte *dst, int stripnr, int height);
+ void drawStripC64Mask(byte *dst, int stripnr, int width, int height);
void unkDecodeA(byte *dst, const byte *src, int height);
void unkDecodeA_trans(byte *dst, const byte *src, int height);
void unkDecodeB(byte *dst, const byte *src, int height);